We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d4dfd commit 4a3775eCopy full SHA for 4a3775e
bin/save-version.sh
@@ -21,7 +21,7 @@
21
# Note: for internal (aka pre-release) versions, the version should have
22
# "-INTERNAL" appended. Parts of the code will look for this to distinguish
23
# between released and internal versions.
24
-VERSION=2.12.0-cdh5.16.0
+VERSION=2.12.0-cdh5.16.1
25
GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
26
if [ -z $GIT_HASH ]
27
then
0 commit comments