SAMZA-613: update 0.9.0 release version
diff --git a/docs/_config.yml b/docs/_config.yml
index 4968a99..a3bb8d4 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -25,4 +25,4 @@
 baseurl: http://samza.apache.org
 version: latest
 # this is the version you will go if you click 'switch version' in "latest" pages.
-latest-release: 0.8
+latest-release: 0.9
diff --git a/gradle.properties b/gradle.properties
index ed539e7..29e27a4 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.9.0-SNAPSHOT
+version=0.9.0
 scalaVersion=2.10
 
 gradleVersion=2.0