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

boroknagyz pushed a commit to branch branch-4.4.0
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 654bfb3df3563b9f7f56c3bb74f0790a6e9faa1f
Author: Zoltan Borok-Nagy <borokna...@cloudera.com>
AuthorDate: Mon Apr 22 16:07:52 2024 +0200

    Update GIT_HASH for version 4.4.0
    
    Change-Id: I264396d5a7cc0be631dbd56a83ccac023ff11730
---
 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 ffa844dd2..8a05490b1 100755
--- a/bin/save-version.sh
+++ b/bin/save-version.sh
@@ -22,7 +22,7 @@
 # "-INTERNAL" appended. Parts of the code will look for this to distinguish
 # between released and internal versions.
 VERSION=${IMPALA_VERSION}
-GIT_HASH=61ceb16d880a7be07241f682138bfb286ec2a80e
+GIT_HASH=46b56e22c9f81d995b8fb7b16662f23591344677
 if [ -z $GIT_HASH ]
 then
   GIT_HASH="Could not obtain git hash"

Reply via email to