diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-11-06 19:08:26 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-11-06 10:08:41 +0000 |
| commit | 460c7b22934a1cc98915877ef48fbf85bfe53239 (patch) | |
| tree | af7c0ac65165022435f8a638b8932ed344ab7369 | |
| parent | 72bf0e7964a60c9d5d52733520c6b1aaf12afd7f (diff) | |
[ruby/uri] Bump up 0.13.0
https://github.com/ruby/uri/commit/b50d37f7a1
| -rw-r--r-- | lib/uri/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri/version.rb b/lib/uri/version.rb index f0aca586ac..2dafa57d59 100644 --- a/lib/uri/version.rb +++ b/lib/uri/version.rb @@ -1,6 +1,6 @@ module URI # :stopdoc: - VERSION_CODE = '001202'.freeze + VERSION_CODE = '001300'.freeze VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze # :startdoc: end |
