Skip to content

Commit

Permalink
v0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Sep 21, 2021
1 parent c86fa1b commit 93b9082
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deps.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
(def path-separator (System/getProperty "path.separator"))

;; see https://github.com/clojure/brew-install/blob/1.10.3/CHANGELOG.md
(def version "1.10.3.967")
(def deps-clj-version "0.0.18-SNAPSHOT")
(def version "1.10.3.981")
(def deps-clj-version "0.0.18")

(defn warn [& strs]
(binding [*out* *err*]
Expand Down
4 changes: 2 additions & 2 deletions deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
(def path-separator (System/getProperty "path.separator"))

;; see https://github.com/clojure/brew-install/blob/1.10.3/CHANGELOG.md
(def version "1.10.3.967")
(def deps-clj-version "0.0.18-SNAPSHOT")
(def version "1.10.3.981")
(def deps-clj-version "0.0.18")

(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.18-SNAPSHOT
0.0.18
2 changes: 1 addition & 1 deletion src/borkdude/deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(def path-separator (System/getProperty "path.separator"))

;; see https://github.com/clojure/brew-install/blob/1.10.3/CHANGELOG.md
(def version "1.10.3.967")
(def version "1.10.3.981")
(def deps-clj-version
(-> (io/resource "DEPS_CLJ_VERSION")
(slurp)
Expand Down

0 comments on commit 93b9082

Please sign in to comment.