rubyzip/lib/zip/version.rb

6 lines
66 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2013-06-03 02:33:03 +08:00
module Zip
VERSION = '3.0.0'
2013-08-29 15:46:39 +08:00
end