summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-24 16:44:55 +0900
committergit <svn-admin@ruby-lang.org>2023-03-28 02:12:22 +0000
commit120d8d0ae2d6db4756f6d10ebff5626814cd3d25 (patch)
tree9740f8791ae451e0db240954f28db578ad61b4e5
parent23f4904f4e8aa1f7ace5f50cd14b950567dca58c (diff)
[ruby/uri] Bump version to 0.12.1
https://github.com/ruby/uri/commit/5c4f7d04bf
-rw-r--r--lib/uri/version.rb2
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