From 299dc685769923c670f3acc64a571f956edbe2a3 Mon Sep 17 00:00:00 2001 From: Ludwig Nyberg <44864447+loodde@users.noreply.github.com> Date: Wed, 5 Jul 2023 17:18:57 +0200 Subject: [PATCH] feat(sgghcomment): bump ghcomment to 0.3.2 --- tools/sgghcomment/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sgghcomment/tools.go b/tools/sgghcomment/tools.go index 4cce52c9..c4b8f4a7 100644 --- a/tools/sgghcomment/tools.go +++ b/tools/sgghcomment/tools.go @@ -13,7 +13,7 @@ import ( ) const ( - version = "0.3.1" + version = "0.3.2" binaryName = "ghcomment" )