From 7bc2adae0d1d4014a41c639161ab097e22e1205f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dejan=20Ro=C5=BEi=C4=8D?= Date: Fri, 17 Apr 2026 10:00:38 +0200 Subject: [PATCH] increase version to 0.4.1 - pre release --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d6b7c78..039da82 100644 --- a/main.go +++ b/main.go @@ -860,7 +860,7 @@ func main() { http.HandleFunc("/api/history", apiHistory) log.Println("S7-1200 Force Monitor started") - log.Println("VERSION 0.3.0") + log.Println("VERSION 0.4.1") log.Printf("Open: http://localhost%s", cfg.Server.ListenAddr) log.Fatal(http.ListenAndServe(cfg.Server.ListenAddr, nil)) }