Skip to content

Commit e661859

Browse files
committed
Bump build.cj
1 parent f893fd0 commit e661859

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.4")
5+
(def version "0.1.5")
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)