[ruby/uri] Bump up v1.0.0

https://github.com/ruby/uri/commit/af8d9d6bb1
This commit is contained in:
Hiroshi SHIBATA 2024-11-07 15:52:18 +09:00 committed by git
parent c59b5f584b
commit fb6645a510

View File

@ -1,6 +1,6 @@
module URI
# :stopdoc:
VERSION_CODE = '001301'.freeze
VERSION_CODE = '010000'.freeze
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
# :startdoc:
end