From 1dbc920b3f09a367b81a0b74e7a879f5372ffd01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Dec 2024 08:46:12 +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 fbdee36..f3edb0b 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.7" +const Version = "0.0.8" // SetVersionInfo sets version and date to rootCmd func SetVersionInfo(version, date string) {