version 0.4.0

Michael Muré created

Change summary

commands/root.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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",