Skip to content

Commit

Permalink
Set version correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 1, 2023
1 parent cdd8d9b commit bc463f9
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 @@ -28,7 +28,7 @@

(def cache-version "4")

(def deps-clj-version "1.11.1.1262")
(def deps-clj-version "1.11.1.1267")

(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 @@ -23,7 +23,7 @@

(def cache-version "4")

(def deps-clj-version "1.11.1.1262")
(def deps-clj-version "1.11.1.1267")

(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.1262
1.11.1.1267

0 comments on commit bc463f9

Please sign in to comment.