From 41e8843e5577be123c7607b4004f2d69fed2b789 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Oct 2023 10:18:19 +0000 Subject: [PATCH] [tagpr] prepare for the next release --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 08c6e51..fc5569f 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.18" +const Version = "0.0.19" // SetVersionInfo sets version and date to rootCmd func SetVersionInfo(version, date string) {