Skip to content

Commit

Permalink
v2.20.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 18, 2019
1 parent 05dccf6 commit 16793f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v2.20.0-beta1 / 2019 Oct 18
## v2.20.0-beta2 / 2019 Oct 18

```clojure
[com.taoensso/carmine "2.20.0-beta1"]
[com.taoensso/carmine "2.20.0-beta2"]
```

> This is a significant maintenance + feature release. Should be non-breaking, but please test.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

```clojure
[com.taoensso/carmine "2.19.1"] ; Stable
[com.taoensso/carmine "2.20.0-beta1"] ; See CHANGELOG for details
[com.taoensso/carmine "2.20.0-beta2"] ; See CHANGELOG for details
```

> Please consider helping to [support my continued open-source Clojure/Script work]?
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/carmine "2.20.0-beta1"
(defproject com.taoensso/carmine "2.20.0-beta2"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure Redis client & message queue"
:url "https://github.com/ptaoussanis/carmine"
Expand Down

0 comments on commit 16793f7

Please sign in to comment.