Update version to 3.0.1-RELEASE

Change-Id: Icb8f14541ebce56278c9f033e235ae0783d0e6c3
This commit is contained in:
Michael Ho
2018-10-08 15:50:48 -07:00
parent 13e93e75bf
commit f5847af6f0

View File

@@ -21,7 +21,7 @@
# Note: for internal (aka pre-release) versions, the version should have
# "-INTERNAL" appended. Parts of the code will look for this to distinguish
# between released and internal versions.
VERSION=3.1.0-SNAPSHOT
VERSION=3.0.1-RELEASE
GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
if [ -z $GIT_HASH ]
then