diff --git a/docs/_config.yml b/docs/_config.yml
index ad07e3c40df40368ec23a3051d41373b395f2057..5ff9fac0c20e8cd532ae3e4cec0c6cc28a2863a2 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -3,7 +3,7 @@ markdown: kramdown
 
 # These allow the documentation to be updated with nerw releases
 # of Spark, Scala, and Mesos.
-SPARK_VERSION: 0.6.0
-SPARK_VERSION_SHORT: 0.6.0
+SPARK_VERSION: 0.6.1-SNAPSHOT
+SPARK_VERSION_SHORT: 0.6.1
 SCALA_VERSION: 2.9.2
 MESOS_VERSION: 0.9.0-incubating
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index e165ba3ac13e88c6a99488061f03331372285b07..78b7338f4fbd7bd19775912506bde8213f7c023f 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -33,7 +33,7 @@ object SparkBuild extends Build {
 
   def sharedSettings = Defaults.defaultSettings ++ Seq(
     organization := "org.spark-project",
-    version := "0.6.0",
+    version := "0.6.1-SNAPSHOT",
     scalaVersion := "2.9.2",
     scalacOptions := Seq(/*"-deprecation",*/ "-unchecked", "-optimize"), // -deprecation is too noisy due to usage of old Hadoop API, enable it once that's no longer an issue
     unmanagedJars in Compile <<= baseDirectory map { base => (base / "lib" ** "*.jar").classpath },
diff --git a/repl/src/main/scala/spark/repl/SparkILoop.scala b/repl/src/main/scala/spark/repl/SparkILoop.scala
index f5791ecc2354a819c8833a82bd4b7dc9f92c06ca..f640d4a028894a42f4920f1ea684cbd96849b0b0 100644
--- a/repl/src/main/scala/spark/repl/SparkILoop.scala
+++ b/repl/src/main/scala/spark/repl/SparkILoop.scala
@@ -200,7 +200,7 @@ class SparkILoop(in0: Option[BufferedReader], val out: PrintWriter, val master:
       ____              __  
      / __/__  ___ _____/ /__
     _\ \/ _ \/ _ `/ __/  '_/
-   /___/ .__/\_,_/_/ /_/\_\   version 0.6.0
+   /___/ .__/\_,_/_/ /_/\_\   version 0.6.1-SNAPSHOT
       /_/                  
 """)
     import Properties._