Skip to content

Commit

Permalink
v1.8.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoenraad committed Dec 24, 2021
1 parent 6ced472 commit afe0891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A collection of test helpers.
## Installation

```clojure
[com.nedap.staffing-solutions/utils.test "1.8.0-alpha1"]
[com.nedap.staffing-solutions/utils.test "1.8.0-alpha2"]
```

## ns organisation
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; Please don't bump the library version by hand - use ci.release-workflow instead.
(defproject com.nedap.staffing-solutions/utils.test "1.8.0-alpha1"
(defproject com.nedap.staffing-solutions/utils.test "1.8.0-alpha2"
;; Please keep the dependencies sorted a-z.
:dependencies [[org.clojure/clojure "1.10.1"]]

Expand Down

0 comments on commit afe0891

Please sign in to comment.