Skip to content

Commit

Permalink
Pre-release version 0.1.7-RC13 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyclemson committed Oct 30, 2021
1 parent 26d917b commit b58971d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion check-fns/data-source/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.logicblocks/salutem.check-fns.data-source "0.1.7-RC12"
(defproject io.logicblocks/salutem.check-fns.data-source "0.1.7-RC13"
:description "A data source check function for salutem."

:parent-project {:path "../../parent/project.clj"
Expand Down
2 changes: 1 addition & 1 deletion check-fns/http-endpoint/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.logicblocks/salutem.check-fns.http-endpoint "0.1.7-RC12"
(defproject io.logicblocks/salutem.check-fns.http-endpoint "0.1.7-RC13"
:description "An HTTP endpoint check function for salutem."

:parent-project {:path "../../parent/project.clj"
Expand Down
2 changes: 1 addition & 1 deletion check-fns/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.logicblocks/salutem.check-fns "0.1.7-RC12"
(defproject io.logicblocks/salutem.check-fns "0.1.7-RC13"
:description "A set of standard check functions for salutem."

:parent-project {:path "../parent/project.clj"
Expand Down
2 changes: 1 addition & 1 deletion core/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.logicblocks/salutem.core "0.1.7-RC12"
(defproject io.logicblocks/salutem.core "0.1.7-RC13"
:description "A health check library for sync / async health checks."

:parent-project {:path "../parent/project.clj"
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 io.logicblocks/salutem "0.1.7-RC12"
(defproject io.logicblocks/salutem "0.1.7-RC13"
:description "Aggregate project for all salutem modules."

:parent-project {:path "parent/project.clj"
Expand Down

0 comments on commit b58971d

Please sign in to comment.