From 6b26c3bae93826750f12d7ee8c901d8aaf938c83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Oct 2023 10:08:01 +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 cc8f683..680d146 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.14" +const Version = "0.0.15" // SetVersionInfo sets version and date to rootCmd func SetVersionInfo(version, date string) { From ed18a4428de31ed4bcbf11cd0802dccdaa058bb3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Oct 2023 10:08:01 +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 156fb5a..4997772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [v0.0.15](https://github.com/orangekame3/ghfetch/compare/v0.0.14...v0.0.15) - 2023-10-09 + ## [v0.0.14](https://github.com/orangekame3/ghfetch/compare/v0.0.13...v0.0.14) - 2023-10-09 ## [v0.0.13](https://github.com/orangekame3/ghfetch/compare/v0.0.12...v0.0.13) - 2023-10-08