From 62441c11945a50c58a51369d87da36a5df80da44 Mon Sep 17 00:00:00 2001 From: Gustavo Silva Date: Thu, 18 Nov 2021 18:24:44 +0000 Subject: [PATCH] misc: bumps software version (#28) --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 88a1a27..6364ac4 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -44,7 +44,7 @@ It provides methods to add, search and save your changes into a git repository. Full documentation can be found in the project's README: https://github.com/gsilvapt/pmz `, - Version: "0.2", + Version: "0.3", // Uncomment the following line if your bare application // has an action associated with it: // Run: func(cmd *cobra.Command, args []string) { },