summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/version.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-04-01 12:21:08 +0900
committerRandy Morgan <[email protected]>2012-04-01 12:21:08 +0900
commit98235dc38925a2d7d9d496dfd8efe508bc69a132 (patch)
tree9cd2632dd3b22eabd7c0477323b45ec43c3cc02a /lib/axlsx/version.rb
parent1c39d461fa0355ccad7476f31471381e64798cdd (diff)
downloadcaxlsx-98235dc38925a2d7d9d496dfd8efe508bc69a132.tar.gz
caxlsx-98235dc38925a2d7d9d496dfd8efe508bc69a132.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 fba7c709..175371e8 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.18" unless Axlsx.const_defined? :VERSION
+ VERSION="1.1.0" unless Axlsx.const_defined? :VERSION
end