Skip to content

Commit 4a3775e

Browse files
committed
Updated save-version.sh for CDH5.16.1
Change-Id: Iddcd9cddc6c3529ebb4442fd4cd7ff30ed512a83 Reviewed-on: https://gerrit.sjc.cloudera.com/39721 Reviewed-by: Bernadett Balogh <[email protected]> Tested-by: Bernadett Balogh <[email protected]>
1 parent c5d4dfd commit 4a3775e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/save-version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Note: for internal (aka pre-release) versions, the version should have
2222
# "-INTERNAL" appended. Parts of the code will look for this to distinguish
2323
# between released and internal versions.
24-
VERSION=2.12.0-cdh5.16.0
24+
VERSION=2.12.0-cdh5.16.1
2525
GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
2626
if [ -z $GIT_HASH ]
2727
then

0 commit comments

Comments
 (0)