Skip to content

Commit

Permalink
v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 29, 2021
1 parent 5e2b1a6 commit e3e80c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 (delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.10.3.998")))

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

(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 (delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.10.3.998")))

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

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

0 comments on commit e3e80c5

Please sign in to comment.