From 84bdc73900c5d9b42d97a2df589c9f8eaf5d9fb5 Mon Sep 17 00:00:00 2001 From: pk Date: Thu, 5 Jun 2025 21:30:49 +0200 Subject: [PATCH] Bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d37a5b2..1aca95d 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.1.1", + Version: "7.2.0", Authors: []*cli.Author{{ Name: "trading-peter (https://github.com/trading-peter)", }},