diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-10-07 09:48:35 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-10-07 01:12:43 +0000 |
| commit | 6a58c4fbb653ad05e2da2f85d79797f6d5c87251 (patch) | |
| tree | ab531b441a89e96aa8c58d3b1c493b8b5073796e | |
| parent | eccc54b4fa437f896cde1bdee7f855b6e541cb82 (diff) | |
[ruby/uri] Bump up to v1.0.4
https://github.com/ruby/uri/commit/e5074739c3
| -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 b6a8ce1543..60ada985f9 100644 --- a/lib/uri/version.rb +++ b/lib/uri/version.rb @@ -1,6 +1,6 @@ module URI # :stopdoc: - VERSION_CODE = '010003'.freeze + VERSION_CODE = '010004'.freeze VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze # :startdoc: end |
