Skip to content

Commit ab9a8f8

Browse files
committed
Version 0.12.8
1 parent 63861a2 commit ab9a8f8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

linux-arm64/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-linux-arm64 "0.12.7"
1+
(defproject org.clojars.huahaiy/dtlvnative-linux-arm64 "0.12.8"
22
:description "Native dependency of Datalevin on Linux Arm64"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

linux-x86_64/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-linux-x86_64 "0.12.7"
1+
(defproject org.clojars.huahaiy/dtlvnative-linux-x86_64 "0.12.8"
22
:description "Native dependency of Datalevin on Linux x86-64"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

macosx-arm64/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-macosx-arm64 "0.12.7"
1+
(defproject org.clojars.huahaiy/dtlvnative-macosx-arm64 "0.12.8"
22
:description "Native dependency of Datalevin on Apple Silicon"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

macosx-x86_64/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-macosx-x86_64 "0.12.7"
1+
(defproject org.clojars.huahaiy/dtlvnative-macosx-x86_64 "0.12.8"
22
:description "Native dependency of Datalevin on Apple Intel"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

windows-x86_64/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def version "0.12.7")
1+
(def version "0.12.8")
22

33
(defproject org.clojars.huahaiy/dtlvnative-windows-x86_64 version
44
:description "Native dependency of Datalevin database on Windows"

0 commit comments

Comments
 (0)