From bafce5c9f5673d9f62932f284997bb476c9baeea Mon Sep 17 00:00:00 2001 From: Zoltan Borok-Nagy Date: Sun, 19 May 2024 11:39:02 +0200 Subject: [PATCH] Update GIT_HASH for version 4.4.0 Change-Id: I87f26ab038a2d7f453c63aaf6edf1b4b3c62c3c5 --- 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 0fc5fbd69d..bed3b63dcd 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=99ce967ba60666adff5dd74fd38a06fee7f2c521 +GIT_HASH=c9745fd5b941f52b3cd3496c425722fcbbffe894 if [ -z $GIT_HASH ] then GIT_HASH="Could not obtain git hash"