From 4af3ce0d88b8e2b4fbace2015c0c01b645c6be14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dejan=20Ro=C5=BEi=C4=8D?= Date: Tue, 21 Apr 2026 12:36:00 +0200 Subject: [PATCH] increase version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1dc89b5..861e76c 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,7 @@ import ( //go:embed static var embeddedStaticFiles embed.FS -const version = "1.0.3" +const version = "1.0.4" // --------------------------------------------------------------------------- // Config structs