From e1e84de62fd3052b664b8702f65787c32e9609d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Oct 2023 07:30:09 +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 61f7378..cc8f683 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.13" +const Version = "0.0.14" // SetVersionInfo sets version and date to rootCmd func SetVersionInfo(version, date string) {