diff options
author | Charles Oliver Nutter <[email protected]> | 2022-04-27 15:55:28 -0500 |
---|---|---|
committer | git <[email protected]> | 2022-04-28 05:56:26 +0900 |
commit | cd2613b6a43bac87574dac17b8b9b813bbdc5e42 (patch) | |
tree | 6775d2350fa53ee0f0b41a319f9e40f79f550e86 /lib/net/http.rb | |
parent | e1536a1e56cd879d296101554ec526a64cb71fd0 (diff) |
[ruby/net-http] Bump version to 0.2.1.pre1
https://github.com/ruby/net-http/commit/0017cc64c0
Diffstat (limited to 'lib/net/http.rb')
-rw-r--r-- | lib/net/http.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb index dd64a2d11e..09dcef3bfb 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.0" + VERSION = "0.2.1.pre1" Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin |