Skip to content

Commit 965401d

Browse files
committed
release 0.16.0
1 parent 47b7bee commit 965401d

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.16.0-SNAPSHOT'
6+
version = '0.16.0'
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.15.0"
3+
version = "0.16.0"
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)