[ruby/uri] Bump up 0.13.1

https://github.com/ruby/uri/commit/31ec9cea66
This commit is contained in:
Hiroshi SHIBATA 2024-08-27 14:23:38 +09:00 committed by git
parent 53d8dca3b3
commit 7900128ab2

View File

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