mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/net-http] Bump version to 0.3.0
This commit is contained in:
parent
174ddc79c5
commit
c5f5403f6e
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ module Net #:nodoc:
|
|||
class HTTP < Protocol
|
||||
|
||||
# :stopdoc:
|
||||
VERSION = "0.2.2"
|
||||
VERSION = "0.3.0"
|
||||
Revision = %q$Revision$.split[1]
|
||||
HTTPVersion = '1.1'
|
||||
begin
|
||||
|
|
Loading…
Reference in a new issue