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