This is an automated email from the ASF dual-hosted git repository. tmater pushed a commit to branch branch-4.1.0 in repository https://gitbox.apache.org/repos/asf/impala.git
commit aa383dceadda90242866a4f4f2f17de035d6b2c0 Author: Tamas Mate <[email protected]> AuthorDate: Mon May 23 15:15:23 2022 +0200 Prepare 4.1.0 RC2 Change-Id: Ib0f2ad2726ff4a8b9208e82ef8a9f75f250968d8 --- 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 df5886e88..972f29ba6 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=4.1.0-RELEASE -GIT_HASH=4565f64fb10aa11fbf2e92e0a13fe2ceee522c08 +GIT_HASH=b27a701fc02c73ea561ccee5dd587c8eb0c0245a if [ -z $GIT_HASH ] then GIT_HASH="Could not obtain git hash"
