rubyzip/lib/zip/version.rb

4 lines
35 B
Ruby
Raw Normal View History

2013-06-03 02:33:03 +08:00
module Zip
2020-02-01 21:24:50 +08:00
VERSION = '2.2.0'
2013-08-29 15:46:39 +08:00
end