rubyzip/lib/zip/version.rb

6 lines
80 B
Ruby

# frozen_string_literal: true
module Zip
VERSION = '3.0.0.rc1' # :nodoc:
end