We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9745fd commit bafce5cCopy full SHA for bafce5c
bin/save-version.sh
@@ -22,7 +22,7 @@
22
# "-INTERNAL" appended. Parts of the code will look for this to distinguish
23
# between released and internal versions.
24
VERSION=${IMPALA_VERSION}
25
-GIT_HASH=99ce967ba60666adff5dd74fd38a06fee7f2c521
+GIT_HASH=c9745fd5b941f52b3cd3496c425722fcbbffe894
26
if [ -z $GIT_HASH ]
27
then
28
GIT_HASH="Could not obtain git hash"
0 commit comments