[ruby/uri] v1.1.0

https://github.com/ruby/uri/commit/c41903b3e4
This commit is contained in:
Hiroshi SHIBATA 2025-10-31 10:47:40 +09:00 committed by git
parent f0993de1c2
commit d2ffab11ce

View File

@ -1,6 +1,6 @@
module URI
# :stopdoc:
VERSION = '1.0.4'.freeze
VERSION = '1.1.0'.freeze
VERSION_CODE = VERSION.split('.').map{|s| s.rjust(2, '0')}.join.freeze
# :startdoc:
end