Repository: impala
Updated Branches:
  refs/heads/master 3e7364503 -> 49413d9c5


Update version to 3.1.0-SNAPSHOT

Change-Id: Ia2e2df73d27fa332d17fec4e9aa469ea91b14167
Reviewed-on: http://gerrit.cloudera.org:8080/10360
Reviewed-by: Michael Brown <mi...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/8668d18e
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/8668d18e
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/8668d18e

Branch: refs/heads/master
Commit: 8668d18ebb0e137993a12d5303411b6c06e91c59
Parents: 3e73645
Author: Sailesh Mukil <sail...@cloudera.com>
Authored: Wed May 9 13:40:21 2018 -0700
Committer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Committed: Thu May 10 18:55:08 2018 +0000

----------------------------------------------------------------------
 bin/save-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/8668d18e/bin/save-version.sh
----------------------------------------------------------------------
diff --git a/bin/save-version.sh b/bin/save-version.sh
index 46de902..0a433dd 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.0.0-SNAPSHOT
+VERSION=3.1.0-SNAPSHOT
 GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
 if [ -z $GIT_HASH ]
 then

Reply via email to