Skip to content

Commit

Permalink
release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist committed Sep 20, 2022
1 parent 977d56f commit 02080d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation(
group = "io.github.datafusion-contrib",
name = "datafusion-java",
version = "0.11.0" // or latest version, checkout https://github.com/datafusion-contrib/datafusion-java/releases
version = "0.12.0" // or latest version, checkout https://github.com/datafusion-contrib/datafusion-java/releases
)
}
```
Expand Down Expand Up @@ -74,7 +74,7 @@ dependencies {
implementation(
group = "io.github.datafusion-contrib",
name = "datafusion-java",
version = "0.7.1"
version = "0.12.0"
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'io.github.datafusion-contrib'
version = '0.12.0-SNAPSHOT'
version = '0.12.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 02080d2

Please sign in to comment.