ruby/lib/uri/version.rb
2023-03-28 02:12:22 +00:00

6 lines
150 B
Ruby

module URI
# :stopdoc:
VERSION_CODE = '001201'.freeze
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
# :startdoc:
end