1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/uri] Bump up uri version to 0.11.0

https://github.com/ruby/uri/commit/1619f713e6
This commit is contained in:
Hiroshi SHIBATA 2021-10-21 15:53:55 +09:00
parent 422b057d65
commit 8ef125c838

View file

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