diff --git a/cmd/version.go b/cmd/version.go index 717cedf..92b86da 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -25,7 +25,7 @@ package cmd import "fmt" // Version is a version of this application. -const Version = "0.0.1" +const Version = "0.0.2" // SetVersionInfo sets version and date to rootCmd func SetVersionInfo(version, date string) {