[前][次][番号順一覧][スレッド一覧]

ruby-changes:74219

From: Hiroshi <ko1@a...>
Date: Mon, 24 Oct 2022 14:45:59 +0900 (JST)
Subject: [ruby-changes:74219] c5f5403f6e (master): [ruby/net-http] Bump version to 0.3.0

https://git.ruby-lang.org/ruby.git/commit/?id=c5f5403f6e

From c5f5403f6ed9e62f2a1002417e61c949ee9c8420 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Mon, 24 Oct 2022 14:43:15 +0900
Subject: [ruby/net-http] Bump version to 0.3.0

---
 lib/net/http.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/net/http.rb b/lib/net/http.rb
index 928541f8e8..b602d2d0b0 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -397,7 +397,7 @@ module Net   #:nodoc: https://github.com/ruby/ruby/blob/trunk/lib/net/http.rb#L397
   class HTTP < Protocol
 
     # :stopdoc:
-    VERSION = "0.2.2"
+    VERSION = "0.3.0"
     Revision = %q$Revision$.split[1]
     HTTPVersion = '1.1'
     begin
-- 
cgit v1.2.3


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]