Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Sep 18, 2022
1 parent bb7768e commit d4d6d72
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 (delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.11.1.1165")))

(def deps-clj-version "0.1.1165")
(def deps-clj-version "0.1.1166-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 (delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.11.1.1165")))

(def deps-clj-version "0.1.1165")
(def deps-clj-version "0.1.1166-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.1.1155-2
0.1.1165
2 changes: 1 addition & 1 deletion resources/DEPS_CLJ_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1165
0.1.1166-SNAPSHOT

0 comments on commit d4d6d72

Please sign in to comment.