Skip to content

Commit

Permalink
Pre-release version 0.1.7-RC14 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyclemson committed Oct 30, 2021
1 parent 9d66427 commit 9aab0c8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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-RC13"
(defproject io.logicblocks/salutem.check-fns.data-source "0.1.7-RC14"
: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-RC13"
(defproject io.logicblocks/salutem.check-fns.http-endpoint "0.1.7-RC14"
: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-RC13"
(defproject io.logicblocks/salutem.check-fns "0.1.7-RC14"
: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-RC13"
(defproject io.logicblocks/salutem.core "0.1.7-RC14"
:description "A health check library for sync / async health checks."

:parent-project {:path "../parent/project.clj"
Expand Down
2 changes: 1 addition & 1 deletion parent/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.logicblocks/salutem.parent "0.1.7-RC13"
(defproject io.logicblocks/salutem.parent "0.1.7-RC14"
:scm {:dir "."
:name "git"
:url "https://github.com/logicblocks/salutem"}
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-RC13"
(defproject io.logicblocks/salutem "0.1.7-RC14"
:description "Aggregate project for all salutem modules."

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

0 comments on commit 9aab0c8

Please sign in to comment.