diff options
| author | Randy Morgan <[email protected]> | 2012-04-25 20:31:40 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-04-25 20:31:40 +0900 |
| commit | c01d70a9a34df0f9e741739b7f19a80f0dd2bb94 (patch) | |
| tree | 87375469afc154aa4040d00b807e2118d3282dc4 /lib/axlsx/version.rb | |
| parent | 164c8a518c69cada031db80b903efbdc70b77864 (diff) | |
| download | caxlsx-c01d70a9a34df0f9e741739b7f19a80f0dd2bb94.tar.gz caxlsx-c01d70a9a34df0f9e741739b7f19a80f0dd2bb94.zip | |
update README and version for pre-release
Diffstat (limited to 'lib/axlsx/version.rb')
| -rw-r--r-- | lib/axlsx/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb index 8e85c13f..0ecd1d4e 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.1" unless defined? Axlsx::VERSION + VERSION="1.1.2" unless defined? Axlsx::VERSION end |
