File: version.rb

package info (click to toggle)
ruby-zip 3.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,668 kB
  • sloc: ruby: 9,958; makefile: 23
file content (6 lines) | stat: -rw-r--r-- 106 bytes parent folder | download
1
2
3
4
5
6
# frozen_string_literal: true

module Zip
  # The version of the Rubyzip library.
  VERSION = '3.2.2'
end