[ruby/uri] Bump up v1.0.1

https://github.com/ruby/uri/commit/3011eb6f6e
This commit is contained in:
Hiroshi SHIBATA 2024-11-08 15:07:36 +09:00 committed by git
parent d7c65398e0
commit 35d8427b8b

View File

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