From 485ec85c636cb5bc62729c280fa81e1596805f1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Oct 2024 13:42:09 +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 68c76d4..3a7f18d 100644 --- a/version.go +++ b/version.go @@ -12,7 +12,7 @@ import ( const Name = "ghr" // Version is application version -const Version string = "0.16.2" +const Version string = "0.17.0" // GitCommit describes latest commit hash. // This is automatically extracted by git describe --always.