aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-05-09 18:20:08 +0900
committergit <svn-admin@ruby-lang.org>2022-05-09 18:20:31 +0900
commitecf32dbfc03c39a75fdd8a4e4dc3cb987db44516 (patch)
tree55e745cb60fcaf5502a586879c671a7b821bdb4d
parent95bb7e0a25cb6a906ebb2ae2a3e32396f0f7decc (diff)
downloadruby-ecf32dbfc03c39a75fdd8a4e4dc3cb987db44516.tar.gz
[ruby/net-http] Bump version to 0.2.2
https://github.com/ruby/net-http/commit/992d07cb41
-rw-r--r--lib/net/http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index 09dcef3bfb..a583441253 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -397,7 +397,7 @@ module Net #:nodoc:
class HTTP < Protocol
# :stopdoc:
- VERSION = "0.2.1.pre1"
+ VERSION = "0.2.2"
Revision = %q$Revision$.split[1]
HTTPVersion = '1.1'
begin