SAMZA-472; update 0.8.0 release version
diff --git a/RELEASE.md b/RELEASE.md
index b2a6bb6..4f0e363 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -28,7 +28,7 @@
 
 Then sign it:
 
-    gpg --sign --armor --detach-sig build/distribution/source/samza-sources-*.tgz
+    gpg --sign --armor --detach-sig build/distribution/source/apache-samza-*.tgz
 
 Make a signed git tag for the release candidate:
 
diff --git a/gradle.properties b/gradle.properties
index 5711c1b..f9157ed 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 group=org.apache.samza
-version=0.8.0-SNAPSHOT
+version=0.8.0
 scalaVersion=2.10
 
 gradleVersion=2.0