summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-05-03 20:59:31 +0900
committerRandy Morgan <[email protected]>2012-05-03 20:59:31 +0900
commit0c03d9de78936ff04469039795877fa5672a54a3 (patch)
tree5fbe463517ba46845ff5d3748c91605ad42ed956 /lib
parent865ac88ef8325899c2c2c025a6994e02447b699b (diff)
downloadcaxlsx-0c03d9de78936ff04469039795877fa5672a54a3.tar.gz
caxlsx-0c03d9de78936ff04469039795877fa5672a54a3.zip
1.1.4 release prep
Diffstat (limited to 'lib')
-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 125ca8d6..5d57be65 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.3" unless defined? Axlsx::VERSION
+ VERSION="1.1.4" unless defined? Axlsx::VERSION
end