mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/net-http] Bump version to 0.2.2
https://github.com/ruby/net-http/commit/992d07cb41
This commit is contained in:
parent
95bb7e0a25
commit
ecf32dbfc0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue