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:
parent
422b057d65
commit
8ef125c838
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
module URI
|
module URI
|
||||||
# :stopdoc:
|
# :stopdoc:
|
||||||
VERSION_CODE = '001001'.freeze
|
VERSION_CODE = '001100'.freeze
|
||||||
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
|
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
|
||||||
# :startdoc:
|
# :startdoc:
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue