Skip to content

Commit bd57919

Browse files
Bump dev version
1 parent 7b583ff commit bd57919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use the latest version of this library:
3434

3535
``` ruby
3636
# Depends on Faraday 2.x
37-
gem 'rabbitmq_http_api_client', '>= 3.1.0'
37+
gem 'rabbitmq_http_api_client', '>= 3.2.0'
3838
```
3939

4040
If you **absolutely must** use Faraday 1.x, use the 2.x series:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module RabbitMQ
22
module HTTP
33
class Client
4-
VERSION = "3.2.0"
4+
VERSION = "3.3.0.pre"
55
end
66
end
77
end

0 commit comments

Comments
 (0)