Update 4.3.0 RC hash for revert

Updates the save-version.sh hash for the last revert commit.

Change-Id: Icdf9a96c1a8dfc368baab26a0e116b81061bd218
This commit is contained in:
Michael Smith
2023-09-22 12:17:13 -07:00
parent e4ebe5d215
commit 14bb13e67e

View File

@@ -25,7 +25,7 @@ VERSION=${IMPALA_VERSION}
GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
if [ -z $GIT_HASH ]
then
GIT_HASH=6f9a7622ed42538591c4268aa0444acbe972d304
GIT_HASH=056a9cc26f40cd491b52f5fa80d73646680ac13e
fi
BUILD_TIME=`date`