Skip to content

Commit 02080d2

Browse files
committed
release 0.12.0
1 parent 977d56f commit 02080d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation(
2222
group = "io.github.datafusion-contrib",
2323
name = "datafusion-java",
24-
version = "0.11.0" // or latest version, checkout https://github.com/datafusion-contrib/datafusion-java/releases
24+
version = "0.12.0" // or latest version, checkout https://github.com/datafusion-contrib/datafusion-java/releases
2525
)
2626
}
2727
```
@@ -74,7 +74,7 @@ dependencies {
7474
implementation(
7575
group = "io.github.datafusion-contrib",
7676
name = "datafusion-java",
77-
version = "0.7.1"
77+
version = "0.12.0"
7878
)
7979
}
8080

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.12.0-SNAPSHOT'
6+
version = '0.12.0'
77

88
repositories {
99
mavenCentral()

0 commit comments

Comments
 (0)