From eb77baba694bc90bca14c8fa2592df8a80e76f3a Mon Sep 17 00:00:00 2001 From: Gustavo Silva Date: Thu, 11 Nov 2021 20:03:58 +0000 Subject: [PATCH] misc: bumps software version (#21) --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index c5e67d7..88a1a27 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.1", + Version: "0.2", // Uncomment the following line if your bare application // has an action associated with it: // Run: func(cmd *cobra.Command, args []string) { },