mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
bump URI::VERSION to 0.10.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
831e33c780
commit
167dd87d36
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
|||
|
||||
module URI
|
||||
# :stopdoc:
|
||||
VERSION_CODE = '000911'.freeze
|
||||
VERSION_CODE = '001000'.freeze
|
||||
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
|
||||
# :startdoc:
|
||||
|
||||
|
|
Loading…
Reference in a new issue