We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ff40c commit d5a1a5eCopy full SHA for d5a1a5e
buildSrc/src/main/groovy/datafusion.java-conventions.gradle
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
group = 'io.github.datafusion-contrib'
6
-version = '0.14.0-SNAPSHOT'
+version = '0.14.0'
7
8
repositories {
9
mavenCentral()
datafusion-jni/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "datafusion_jni"
-version = "0.13.0"
+version = "0.14.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