This is an automated email from the ASF dual-hosted git repository.

sereda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new 39dba06  [CALCITE-4169] Prepare for next development iteration. Make 
current version 1.26 (instead of released 1.25)
39dba06 is described below

commit 39dba06ecc4dec7b6c40edccbbcabcf2a21ba31e
Author: Andrei Sereda <[email protected]>
AuthorDate: Sat Aug 22 18:32:51 2020 -0400

    [CALCITE-4169] Prepare for next development iteration. Make current version 
1.26 (instead of released 1.25)
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index aa8b9c1..c3e25fb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -26,7 +26,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.25.0
+calcite.version=1.26.0
 # This is a version to be used from Maven repository. It can be overridden by 
localAvatica below
 calcite.avatica.version=1.17.0
 

Reply via email to