From 93ff910596deb801d24f8c63413959689caa40a1 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 12 Jul 2022 12:45:08 +0900 Subject: [PATCH] Bump --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 724da49..f1f398e 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ import ( // time by goreleaser (see .goreleaser.yml). const ( name = "goreman" - version = "0.3.11" + version = "0.3.13" revision = "HEAD" )