From faadc3eb6f8c75c9c3cc2b614f53ef00388c5fc8 Mon Sep 17 00:00:00 2001 From: pk Date: Mon, 25 Aug 2025 11:56:59 +0200 Subject: [PATCH] bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 9cbd6dc..6b41686 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ func main() { app := &cli.App{ Name: "gowebbuild", Usage: "All in one tool to build web frontend projects.", - Version: "7.3.0", + Version: "7.5.0", Authors: []*cli.Author{{ Name: "trading-peter (https://github.com/trading-peter)", }},