[ruby/uri] Bump version to 0.12.1

https://github.com/ruby/uri/commit/5c4f7d04bf
This commit is contained in:
Hiroshi SHIBATA 2023-03-24 16:44:55 +09:00 коммит произвёл git
Родитель 23f4904f4e
Коммит 120d8d0ae2
1 изменённых файлов: 1 добавлений и 1 удалений

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

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