We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7c9bb commit 17fdecbCopy full SHA for 17fdecb
README.md
@@ -12,7 +12,7 @@ The package can be installed by adding `rabbit` to your list of dependencies in
12
```elixir
13
def deps do
14
[
15
- {:rabbit, "~> 0.18"}
+ {:rabbit, "~> 0.19"}
16
]
17
end
18
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Rabbit.MixProject do
2
use Mix.Project
3
4
- @version "0.18.0"
+ @version "0.19.0"
5
6
def project do
7
0 commit comments