summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/version.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-12-16 18:35:00 +0900
committerRandy Morgan <[email protected]>2011-12-16 18:35:00 +0900
commit0143835085fae316d9b0177d0353149cb3f84386 (patch)
tree17da727e89640da9e74b50bb1319222f9270baf8 /lib/axlsx/version.rb
parentfd4cabdf511f016d9d2a6f0691f0752ae7ce8859 (diff)
downloadcaxlsx-0143835085fae316d9b0177d0353149cb3f84386.tar.gz
caxlsx-0143835085fae316d9b0177d0353149cb3f84386.zip
bump for next release
Diffstat (limited to 'lib/axlsx/version.rb')
-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 7d217c22..541c7e85 100644
--- a/lib/axlsx/version.rb
+++ b/lib/axlsx/version.rb
@@ -3,5 +3,5 @@ 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.14" unless Axlsx.const_defined? :VERSION
+ VERSION="1.0.15" unless Axlsx.const_defined? :VERSION
end