[ruby/uri] Bump version to 0.12.0

72f22716f8
This commit is contained in:
Hiroshi SHIBATA 2022-12-05 17:20:01 +09:00 committed by git
parent 8f7ec172a6
commit b62b7dc705

View file

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