Skip to content

Commit 6197df8

Browse files
committed
release 0.14.1
1 parent b4a8b6c commit 6197df8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/groovy/datafusion.java-conventions.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'io.github.datafusion-contrib'
6-
version = '0.15.0-SNAPSHOT'
6+
version = '0.14.1'
77

88
repositories {
99
mavenCentral()

datafusion-jni/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion_jni"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
homepage = "https://github.com/apache/arrow-datafusion"
55
repository = "https://github.com/apache/arrow-datafusion"
66
authors = ["Apache Arrow <[email protected]>"]

0 commit comments

Comments
 (0)