diff --git a/cmd/swarm/main.go b/cmd/swarm/main.go
index f1bec770e08b493f5abf1ac172151e8ba23a078d..5acf87c71399094be6408526d851721b7e2fdb7a 100644
--- a/cmd/swarm/main.go
+++ b/cmd/swarm/main.go
@@ -256,12 +256,12 @@ func init() {
 	utils.ListenPortFlag.Value = 30399
 }
 
-var app = utils.NewApp(gitCommit, "Ethereum Swarm")
+var app = utils.NewApp("", "Ethereum Swarm")
 
 // This init function creates the cli.App.
 func init() {
 	app.Action = bzzd
-	app.HideVersion = true // we have a command to print the version
+	app.Version = sv.ArchiveVersion(gitCommit)
 	app.Copyright = "Copyright 2013-2016 The go-ethereum Authors"
 	app.Commands = []cli.Command{
 		{