diff --git a/akka-core/src/main/scala/config/Config.scala b/akka-core/src/main/scala/config/Config.scala
index b5de27a669..898400863a 100644
--- a/akka-core/src/main/scala/config/Config.scala
+++ b/akka-core/src/main/scala/config/Config.scala
@@ -16,7 +16,7 @@ class ConfigurationException(message: String) extends RuntimeException(message)
* @author Jonas Bonér
*/
object Config extends Logging {
- val VERSION = "0.9"
+ val VERSION = "0.9.1"
// Set Multiverse options for max speed
System.setProperty("org.multiverse.MuliverseConstants.sanityChecks", "false")
diff --git a/config/akka-reference.conf b/config/akka-reference.conf
index 25aa0998a3..7db9c9cdda 100644
--- a/config/akka-reference.conf
+++ b/config/akka-reference.conf
@@ -15,7 +15,7 @@
- version = "0.9"
+ version = "0.9.1"
# FQN (Fully Qualified Name) to the class doing initial active object/actor
# supervisor bootstrap, should be defined in default constructor