We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b7bee commit 965401dCopy full SHA for 965401d
buildSrc/src/main/groovy/datafusion.java-conventions.gradle
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
group = 'io.github.datafusion-contrib'
6
-version = '0.16.0-SNAPSHOT'
+version = '0.16.0'
7
8
repositories {
9
mavenCentral()
datafusion-jni/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "datafusion_jni"
-version = "0.15.0"
+version = "0.16.0"
homepage = "https://github.com/apache/arrow-datafusion"
repository = "https://github.com/apache/arrow-datafusion"
authors = ["Apache Arrow <dev@arrow.apache.org>"]
0 commit comments