Skip to content

Commit e2779f7

Browse files
committed
Bump clojars version
1 parent aac0cd4 commit e2779f7

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