From c356f34e21e8ece024b5e1de6fc288278f8b3ee3 Mon Sep 17 00:00:00 2001 From: pk Date: Thu, 4 Jan 2024 21:56:44 +0100 Subject: [PATCH] Bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 6ece73f..207ce66 100644 --- a/main.go +++ b/main.go @@ -89,7 +89,7 @@ func main() { app := &cli.App{ Name: "gowebbuild", Usage: "All in one tool to build web frontend projects.", - Version: "4.3.0", + Version: "4.3.1", Authors: []*cli.Author{{ Name: "trading-peter (https://github.com/trading-peter)", }},