[ruby/uri] Bump up v1.0.3

https://github.com/ruby/uri/commit/3213f4a0f8
This commit is contained in:
Hiroshi SHIBATA 2025-02-26 16:12:46 +09:00 committed by git
parent b407b6b5b2
commit eac8b1197f

View File

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