Skip to content

Commit

Permalink
v1.11.1.1208
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 13, 2022
1 parent 5b5c1ba commit eaf7c1f
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 @@ -25,7 +25,7 @@
(def version (delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.11.1.1208")))

(def deps-clj-version "1.11.1.1201-SNAPSHOT")
(def deps-clj-version "1.11.1.1208")

(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 @@ -20,7 +20,7 @@
(def version (delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.11.1.1208")))

(def deps-clj-version "1.11.1.1201-SNAPSHOT")
(def deps-clj-version "1.11.1.1208")

(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 @@
1.11.1.1201-SNAPSHOT
1.11.1.1208

0 comments on commit eaf7c1f

Please sign in to comment.