Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 29, 2021
1 parent d9e4792 commit 563d58e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deps.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(def version (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.10.3.998"))

(def deps-clj-version "0.0.20")
(def deps-clj-version "0.0.21-SNAPSHOT")

(defn warn [& strs]
(binding [*out* *err*]
Expand Down
2 changes: 1 addition & 1 deletion deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(def version (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.10.3.998"))

(def deps-clj-version "0.0.20")
(def deps-clj-version "0.0.21-SNAPSHOT")

(defn warn [& strs]
(binding [*out* *err*]
Expand Down
2 changes: 1 addition & 1 deletion resources/DEPS_CLJ_RELEASED_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.19
0.0.20
2 changes: 1 addition & 1 deletion resources/DEPS_CLJ_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.20
0.0.21-SNAPSHOT

0 comments on commit 563d58e

Please sign in to comment.