Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit d98ffc6

Browse files
authored
Bump version to 2.6.0 (#172)
1 parent 8fdec4b commit d98ffc6

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
@@ -25,7 +25,7 @@ GenRMQ provides the following functionality:
2525

2626
```elixir
2727
def deps do
28-
[{:gen_rmq, "~> 2.5.0"}]
28+
[{:gen_rmq, "~> 2.6.0"}]
2929
end
3030
```
3131

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule GenRMQ.Mixfile do
22
use Mix.Project
33

4-
@version "2.5.0"
4+
@version "2.6.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)