From 2848c457e011dab28da79f0bdc9af6c05d32f334 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 26 Nov 2024 20:01:28 +0900 Subject: [PATCH] bump up version to 0.3.16 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d1459b2..dacb92b 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ import ( // time by goreleaser (see .goreleaser.yml). const ( name = "goreman" - version = "0.3.15" + version = "0.3.16" revision = "HEAD" )