summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/version.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-06-04 13:18:23 +0900
committerRandy Morgan <[email protected]>2012-06-04 13:18:23 +0900
commit14afe1b475d288f92bb2475fe9c2f4f9360d8e1b (patch)
tree3fc83ff74ef9b41d80650f78ad1e2f525a40d4b7 /lib/axlsx/version.rb
parent6932311b84142bc1c3567e0adb12ce77b4d127e3 (diff)
downloadcaxlsx-14afe1b475d288f92bb2475fe9c2f4f9360d8e1b.tar.gz
caxlsx-14afe1b475d288f92bb2475fe9c2f4f9360d8e1b.zip
pre-release 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 44727f85..d33616ba 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.6" unless defined? Axlsx::VERSION
+ VERSION="1.1.7" unless defined? Axlsx::VERSION
end