From 8acd081f19a240aec3d5900499f9e3af69dfd9f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 8 Oct 2023 07:35:32 +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 315d73e..b6ebcb2 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.11" +const Version = "0.0.12" // SetVersionInfo sets version and date to rootCmd func SetVersionInfo(version, date string) { From 8dc375cb2640177d697e15c991a7d28e4bfaad33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 8 Oct 2023 07:35:33 +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 c47add7..04bd5ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [v0.0.12](https://github.com/orangekame3/ghfetch/compare/v0.0.11...v0.0.12) - 2023-10-08 + ## [v0.0.11](https://github.com/orangekame3/ghfetch/commits/v0.0.11) - 2023-10-08 ## [v0.0.11](https://github.com/orangekame3/ghfetch/compare/v0.0.10...v0.0.11) - 2023-10-07