diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-11-25 10:54:57 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-11-25 10:54:57 -0500 |
commit | d7ca9376afab3eb8e08bcf42d27c913cfa05419c (patch) | |
tree | 41bb24a7feb5486411c3be7e9df43f2be4e8fbf1 /src | |
parent | b8255fae9ed5e76482a8dcdf22bb1d0a42baa511 (diff) | |
download | zip-crystal-0.2.0.tar.bz2 zip-crystal-0.2.0.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/zip.cr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ module Zip # # Version of zip-crystal library. # - VERSION = "0.1.2" + VERSION = "0.2.0" # # Magic numbers for various data in Zip stream. |