Skip to content

Commit

Permalink
Update Java/Spark to 0.29.2 (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
awenocur authored Mar 28, 2024
1 parent 906ff1d commit d72ab4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apis/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'io.tiledb'
version '0.29.1'
version '0.29.2'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion apis/spark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'io.tiledb'
version '0.29.1'
version '0.29.2'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion apis/spark3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'io.tiledb'
version '0.29.1'
version '0.29.2'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit d72ab4a

Please sign in to comment.