summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/version.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-04-25 21:00:41 +0900
committerRandy Morgan <[email protected]>2012-04-25 21:00:41 +0900
commit2fc77a8579db5211da84ef717647f0a0d80857b8 (patch)
tree5e4ebbd74845bc75fbc75bd130a3178fa8da106f /lib/axlsx/version.rb
parent91ea5ff009672adbad8587a1a4437d0b02519b0e (diff)
downloadcaxlsx-2fc77a8579db5211da84ef717647f0a0d80857b8.tar.gz
caxlsx-2fc77a8579db5211da84ef717647f0a0d80857b8.zip
bump version as I pushed a gem with missing docs.
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 0ecd1d4e..125ca8d6 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.2" unless defined? Axlsx::VERSION
+ VERSION="1.1.3" unless defined? Axlsx::VERSION
end