You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ga...@apache.org on 2019/04/01 11:54:57 UTC

[impala] 01/04: Update version to 3.3.0-SNAPSHOT

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

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

commit a2a4de00145742ceb380510c9c53e6e22e221988
Author: Gabor Kaszab <ga...@cloudera.com>
AuthorDate: Thu Mar 28 21:03:27 2019 +0100

    Update version to 3.3.0-SNAPSHOT
    
    Change-Id: I91ecdb584645fd723faad4fe0d4f76245b644ef9
    Reviewed-on: http://gerrit.cloudera.org:8080/12880
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 bin/save-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/save-version.sh b/bin/save-version.sh
index 6024dfa..f170db3 100755
--- a/bin/save-version.sh
+++ b/bin/save-version.sh
@@ -21,7 +21,7 @@
 # Note: for internal (aka pre-release) versions, the version should have
 # "-INTERNAL" appended. Parts of the code will look for this to distinguish
 # between released and internal versions.
-VERSION=3.2.0-SNAPSHOT
+VERSION=3.3.0-SNAPSHOT
 GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
 if [ -z $GIT_HASH ]
 then