From 86f1aebb8278cf24ffd4348ccb1ef09dbdb947b3 Mon Sep 17 00:00:00 2001 From: Gamer Date: Thu, 16 Apr 2026 19:29:57 +0200 Subject: [PATCH] added version in log print --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 279a707..4bfa657 100644 --- a/main.go +++ b/main.go @@ -854,6 +854,7 @@ func main() { http.HandleFunc("/api/history", apiHistory) log.Println("S7-1200 Force Monitor started") + log.Println("VERSION 0.3.0") log.Printf("Open: http://localhost%s", cfg.Server.ListenAddr) log.Fatal(http.ListenAndServe(cfg.Server.ListenAddr, nil)) }