[ruby/uri] Bump version to 0.12.0

https://github.com/ruby/uri/commit/72f22716f8
This commit is contained in:
Hiroshi SHIBATA 2022-12-05 17:20:01 +09:00 коммит произвёл git
Родитель 8f7ec172a6
Коммит b62b7dc705
1 изменённых файлов: 1 добавлений и 1 удалений

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

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