Skip to content

Commit

Permalink
v0.1.1087
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Mar 14, 2022
1 parent 6636890 commit 97acfb1
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.1087")))

(def deps-clj-version "0.0.22")
(def deps-clj-version "0.1.1087")

(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.1087")))

(def deps-clj-version "0.0.22")
(def deps-clj-version "0.1.1087")

(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.22
0.1.1087

0 comments on commit 97acfb1

Please sign in to comment.