summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-02-13 09:47:24 +0900
committerRandy Morgan <[email protected]>2012-02-13 09:47:24 +0900
commit69792d30265868c21d7c9fffa33b4dbcbcfd284a (patch)
tree05c7293bc831e8f872b221aca229e3efbcd97c9d /lib
parent472b388df84eb278ee4df3e6c34371430fe9a8b4 (diff)
downloadcaxlsx-69792d30265868c21d7c9fffa33b4dbcbcfd284a.tar.gz
caxlsx-69792d30265868c21d7c9fffa33b4dbcbcfd284a.zip
bump version for pre-release
Diffstat (limited to 'lib')
-rw-r--r--lib/axlsx/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb
index 15656867..fb046665 100644
--- a/lib/axlsx/version.rb
+++ b/lib/axlsx/version.rb
@@ -5,6 +5,6 @@ module Axlsx
# When using bunle exec rake and referencing the gem on github or locally
# it will use the gemspec, which preloads this constant for the gem's version.
# We check to make sure that it has not already been loaded
- VERSION="1.0.16" unless Axlsx.const_defined? :VERSION
+ VERSION="1.0.17" unless Axlsx.const_defined? :VERSION
end