Skip to content

Commit f893fd0

Browse files
committed
Update build.clj
1 parent 18f6d46 commit f893fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.clj

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

44
(def lib 'io.github.codeboost/xitdb-clj)
5-
(def version "0.1.2")
5+
(def version "0.1.4")
66
(def class-dir "target/classes")
77
(def basis (b/create-basis {:project "deps.edn"}))
88
(def jar-file (format "target/%s-%s.jar" (name lib) version))

0 commit comments

Comments
 (0)