diff --git a/commands/root.go b/commands/root.go
index 9aece1d44528e85ec69ae72f3cbd0b3bba5860e0..edfb5b2bd0dc49012a4c426e24554e376906ffee 100644
--- a/commands/root.go
+++ b/commands/root.go
@@ -16,7 +16,7 @@ var repo repository.Repo
 
 // RootCmd represents the base command when called without any subcommands
 var RootCmd = &cobra.Command{
-	Version: "0.2.0",
+	Version: "0.3.0",
 
 	Use:   rootCommandName,
 	Short: "A bugtracker embedded in Git",