From a2ec67dad804f3d8c9e561d71eb562b4b68cd0ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Oct 2023 01:18:06 +0000 Subject: [PATCH] [tagpr] prepare for the next release --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 57a3c0b..baf3146 100644 --- a/version.go +++ b/version.go @@ -12,7 +12,7 @@ import ( const Name = "ghr" // Version is application version -const Version string = "0.16.0" +const Version string = "0.16.1" // GitCommit describes latest commit hash. // This is automatically extracted by git describe --always.