diff options
| author | Randy Morgan <[email protected]> | 2012-02-16 16:35:32 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-02-16 16:35:32 +0900 |
| commit | 0c9615a7d5e936e0927452dbb6a46e414dc3675b (patch) | |
| tree | 06fbf070a68fa5c30d775628a95d3d0b1fc182a3 /lib/axlsx/version.rb | |
| parent | 6e8b4b2d638a9128cf79fa5c5897937af1f06c18 (diff) | |
| download | caxlsx-0c9615a7d5e936e0927452dbb6a46e414dc3675b.tar.gz caxlsx-0c9615a7d5e936e0927452dbb6a46e414dc3675b.zip | |
pre-release version bump
Diffstat (limited to 'lib/axlsx/version.rb')
| -rw-r--r-- | lib/axlsx/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb index fb046665..fba7c709 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.17" unless Axlsx.const_defined? :VERSION + VERSION="1.0.18" unless Axlsx.const_defined? :VERSION end |
