[ruby/uri] v1.1.1

https://github.com/ruby/uri/commit/f1b05c89ab
This commit is contained in:
Sorah Fukumori 2025-11-04 15:52:23 +09:00 committed by git
parent 397bb12778
commit 83c2e3b92e

View File

@ -1,6 +1,6 @@
module URI
# :stopdoc:
VERSION = '1.1.0'.freeze
VERSION = '1.1.1'.freeze
VERSION_CODE = VERSION.split('.').map{|s| s.rjust(2, '0')}.join.freeze
# :startdoc:
end