1
0
Fork 0
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:
naruse 2014-11-03 00:33:44 +00:00
parent 831e33c780
commit 167dd87d36

View file

@ -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: