diff options
| author | Randy Morgan <[email protected]> | 2012-09-30 10:10:19 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-09-30 10:10:19 +0900 |
| commit | 567090167d41fee97a47e8e98d1d00b3a533785e (patch) | |
| tree | 44bec3b18ecf0ef651420c44ec09f0d51b4148a3 /lib/axlsx/version.rb | |
| parent | a34543d1c5f7ac1d28a50c370da9b02c2047b5b0 (diff) | |
| download | caxlsx-567090167d41fee97a47e8e98d1d00b3a533785e.tar.gz caxlsx-567090167d41fee97a47e8e98d1d00b3a533785e.zip | |
added MOAR documentation
Diffstat (limited to 'lib/axlsx/version.rb')
| -rw-r--r-- | lib/axlsx/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb index b32efc77..9a40f3f1 100644 --- a/lib/axlsx/version.rb +++ b/lib/axlsx/version.rb @@ -1,5 +1,5 @@ -# encoding: UTF-8 module Axlsx + # The current version - VERSION="1.3.1" + VERSION = "1.3.1" end |
