Skip to content

Commit

Permalink
bump version to 1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
phronmophobic committed Jul 17, 2024
1 parent 7ded42b commit 211b679
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")
(def version "1.4.1")
(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 211b679

Please sign in to comment.