We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b583ff commit bd57919Copy full SHA for bd57919
README.md
@@ -34,7 +34,7 @@ use the latest version of this library:
34
35
``` ruby
36
# Depends on Faraday 2.x
37
-gem 'rabbitmq_http_api_client', '>= 3.1.0'
+gem 'rabbitmq_http_api_client', '>= 3.2.0'
38
```
39
40
If you **absolutely must** use Faraday 1.x, use the 2.x series:
lib/rabbitmq/http/client/version.rb
@@ -1,7 +1,7 @@
1
module RabbitMQ
2
module HTTP
3
class Client
4
- VERSION = "3.2.0"
+ VERSION = "3.3.0.pre"
5
end
6
7
0 commit comments