Update version to 3.0.1-RELEASE

Change-Id: Icb8f14541ebce56278c9f033e235ae0783d0e6c3
diff --git a/bin/save-version.sh b/bin/save-version.sh
index 0a433dd..c87335d 100755
--- a/bin/save-version.sh
+++ b/bin/save-version.sh
@@ -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