Skip to content

Commit

Permalink
Bump to v1.4.3-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
phronmophobic committed Sep 19, 2024
1 parent b1410d1 commit 2aa6013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[clojure.string :as str]))

(def lib 'com.phronemophobic/clong)
(def version "1.4.2")
(def version "1.4.3-SNAPSHOT")
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file (format "target/%s-%s.jar" (name lib) version))
Expand Down

0 comments on commit 2aa6013

Please sign in to comment.