diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index e399731e73bcda4245cab996ea20c475a4d12966..376e9bc5ac2ebf4dff5571207a5e5345effb9ee8 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -47,7 +47,7 @@ import _ "net/http/pprof"
 
 const (
 	ClientIdentifier = "Geth"
-	Version          = "0.9.11"
+	Version          = "0.9.12"
 )
 
 var app = utils.NewApp(Version, "the go-ethereum command line interface")