summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2023-12-16 10:45:01 +0900
committernagachika <nagachika@ruby-lang.org>2023-12-16 10:48:39 +0900
commite7ad9a786dc4d4574f69629e9efa3d1d95413dca (patch)
tree255df501e17a73f4a4bb57ef08ea66f5672f9007
parentc5cea385a5e42e464b436844f0ae185b17a93eb9 (diff)
merge revision(s) e3a19b8a4306ae3103e6a27cdac7482585aac453:
[ruby/net-http] Bump up 0.4.0 https://github.com/ruby/net-http/commit/4be99c204c --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
-rw-r--r--lib/net/http.rb2
-rw-r--r--version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index c04466deef..34ca0669eb 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -722,7 +722,7 @@ module Net #:nodoc:
class HTTP < Protocol
# :stopdoc:
- VERSION = "0.3.2"
+ VERSION = "0.4.0"
HTTPVersion = '1.1'
begin
require 'zlib'
diff --git a/version.h b/version.h
index db61a479a4..1961da0496 100644
--- a/version.h
+++ b/version.h
@@ -11,7 +11,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 2
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 149
+#define RUBY_PATCHLEVEL 150
#include "ruby/version.h"
#include "ruby/internal/abi.h"