Skip to content

Commit 8d8367c

Browse files
committed
Minor fix on build script
1 parent f9d3f8f commit 8d8367c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version 2022.06.16-402
3+
## Version 2022.06.16-403
44

55
- Handle `nils` on concat macro.
66

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(:require [clojure.tools.build.api :as b]))
44

55
(def lib 'funcool/cuerdas)
6-
(def version (format "2022.06.13-%s" (b/git-count-revs nil)))
6+
(def version (format "2022.06.16-%s" (b/git-count-revs nil)))
77
(def class-dir "target/classes")
88
(def basis (b/create-basis {:project "deps.edn"}))
99
(def jar-file (format "target/%s-%s.jar" (name lib) version))

0 commit comments

Comments
 (0)