[ruby/uri] Bump up v1.0.2

e46960a467
This commit is contained in:
Hiroshi SHIBATA 2024-11-14 12:48:33 +09:00 committed by git
parent 310e6603a2
commit 0f5e3dca5a

View file

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