diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-03-24 16:44:55 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-03-28 02:12:22 +0000 |
| commit | 120d8d0ae2d6db4756f6d10ebff5626814cd3d25 (patch) | |
| tree | 9740f8791ae451e0db240954f28db578ad61b4e5 /lib | |
| parent | 23f4904f4e8aa1f7ace5f50cd14b950567dca58c (diff) | |
[ruby/uri] Bump version to 0.12.1
https://github.com/ruby/uri/commit/5c4f7d04bf
Diffstat (limited to 'lib')
| -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 a9643ef8bc..7497a7d31a 100644 --- a/lib/uri/version.rb +++ b/lib/uri/version.rb @@ -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 |
