From 71ae19027cca0311b940487270022460d1089763 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 7 Oct 2023 12:24:26 +0000 Subject: [PATCH 1/2] [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 03fd836..a58f462 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.9" +const Version = "0.0.10" // SetVersionInfo sets version and date to rootCmd func SetVersionInfo(version, date string) { From 5ba15ef88a6434fea6ab9294392ab1eca88e42c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 7 Oct 2023 12:24:27 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6efe842..4eca6bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [v0.0.10](https://github.com/orangekame3/cobra-template/compare/v0.0.9...v0.0.10) - 2023-10-07 + ## [v0.0.9](https://github.com/orangekame3/cobra-template/compare/v0.0.8...v0.0.9) - 2023-10-07 ## [v0.0.8](https://github.com/orangekame3/cobra-template/compare/v0.0.7...v0.0.8) - 2023-10-07