https://github.com/ruby/uri/commit/e18e657ea8
This commit is contained in:
Hiroshi SHIBATA 2023-06-21 13:04:16 +09:00 коммит произвёл git
Родитель 995ce947be
Коммит ab5421547c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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