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-avatica.git


The following commit(s) were added to refs/heads/master by this push:
     new 5452f66  [CALCITE-4755] Prepare for next development iteration (Istvan 
Toth)
5452f66 is described below

commit 5452f662aab7f6430f3469f42cf5abf3fc1d29d7
Author: Istvan Toth <[email protected]>
AuthorDate: Fri Aug 27 08:23:48 2021 +0200

    [CALCITE-4755] Prepare for next development iteration (Istvan Toth)
    
    This step was missed when the Avatica 1.18.0 was released.
    
    Close apache/calcite-avatica#151
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 533f7a5..5d752f4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -23,7 +23,7 @@ kotlin.parallel.tasks.in.project=true
 # This is version for Calcite Avatica 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.avatica.version=1.18.0
+calcite.avatica.version=1.19.0
 
 # The options below configures the use of local clone (e.g. testing 
development versions)
 # You can pass un-comment it, or pass option -PlocalReleasePlugins, or 
-PlocalReleasePlugins=<path>

Reply via email to