diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index a5187bf766cc9ea863de986c81ee80b1cc0188b4..fd6925e6db0e5726d0fde920b2ff2b09e2bf171e 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -51,7 +51,7 @@ import _ "net/http/pprof"
 
 const (
 	ClientIdentifier = "Geth"
-	Version          = "0.9.16"
+	Version          = "0.9.17"
 )
 
 var (