Skip to content

Commit

Permalink
Minor fix on build script
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Oct 12, 2023
1 parent f9d3f8f commit 8d8367c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Version 2022.06.16-402
## Version 2022.06.16-403

- Handle `nils` on concat macro.

Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(:require [clojure.tools.build.api :as b]))

(def lib 'funcool/cuerdas)
(def version (format "2022.06.13-%s" (b/git-count-revs nil)))
(def version (format "2022.06.16-%s" (b/git-count-revs nil)))
(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 8d8367c

Please sign in to comment.