summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/version.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-05-13 11:17:16 +0900
committerRandy Morgan <[email protected]>2012-05-13 11:17:16 +0900
commit360277ffaa815c90b4144d72e355ecd3ae893083 (patch)
tree73ed3310edbc2cf41c84e4c5ba1fc6e77d37c3f4 /lib/axlsx/version.rb
parent34f63d6719fd913be9251f367370947303f8fc61 (diff)
downloadcaxlsx-360277ffaa815c90b4144d72e355ecd3ae893083.tar.gz
caxlsx-360277ffaa815c90b4144d72e355ecd3ae893083.zip
version bump
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 5d57be65..740038de 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.1.4" unless defined? Axlsx::VERSION
+ VERSION="1.1.5" unless defined? Axlsx::VERSION
end