diff options
| author | Randy Morgan <[email protected]> | 2012-07-14 12:46:19 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-07-14 12:46:19 +0900 |
| commit | fb86d1f56f1ecd683417f1a1cbe2a00faa2904ad (patch) | |
| tree | 469defdeedc16852bab296c28bf5db9ad7494449 /lib/axlsx/version.rb | |
| parent | 05b5ce187db0f04b7c3c7b70263ec8b82ea0e509 (diff) | |
| download | caxlsx-fb86d1f56f1ecd683417f1a1cbe2a00faa2904ad.tar.gz caxlsx-fb86d1f56f1ecd683417f1a1cbe2a00faa2904ad.zip | |
Add in conditional formatting examples
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 d33616ba..57456c4e 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.7" unless defined? Axlsx::VERSION + VERSION="1.1.8" unless defined? Axlsx::VERSION end |
