This is an automated email from the ASF dual-hosted git repository. zabetak pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git
commit 0aa881a2021a963e70d0e4e4e067def33806c715 Author: Stamatis Zampetakis <[email protected]> AuthorDate: Fri Jun 4 00:22:32 2021 +0200 Prepare for next development iteration --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e60ea48..ac11bbc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -28,7 +28,7 @@ kotlin.parallel.tasks.in.project=true # This is version for Calcite itself # Note: it should not include "-SNAPSHOT" as it is automatically added by build.gradle.kts # Release version can be generated by using -Prelease or -Prc=<int> arguments -calcite.version=1.27.0 +calcite.version=1.28.0 # This is a version to be used from Maven repository. It can be overridden by localAvatica below calcite.avatica.version=1.18.0
