summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/version.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-08-02 23:49:27 +0900
committerRandy Morgan <[email protected]>2012-08-02 23:49:27 +0900
commit5f149a6a324249d933abdcb68ad21ccb19a54700 (patch)
treee1931e00e5abd41b2c3eda0f34f5ac3bd9920104 /lib/axlsx/version.rb
parentacc890d52089dbf18ac3d56bace3a393d195eb9c (diff)
downloadcaxlsx-5f149a6a324249d933abdcb68ad21ccb19a54700.tar.gz
caxlsx-5f149a6a324249d933abdcb68ad21ccb19a54700.zip
too much documentation to finish tonight. - release 1.2.0 will happen tomorrow.
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 57456c4e..ab15542f 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.8" unless defined? Axlsx::VERSION
+ VERSION="1.2.0" unless defined? Axlsx::VERSION
end