diff --git a/commands/root.go b/commands/root.go
index b077272609fd82e67ccd7252ca8f4dac669fabe8..5bb2b5040dc5a93efecf5994306a04174fe102e9 100644
--- a/commands/root.go
+++ b/commands/root.go
@@ -17,7 +17,7 @@ var repo repository.ClockedRepo
 
 // RootCmd represents the base command when called without any subcommands
 var RootCmd = &cobra.Command{
-	Version: "0.3.0",
+	Version: "0.4.0",
 
 	Use:   rootCommandName,
 	Short: "A bug tracker embedded in Git",