From 7a45ccb422c3092aa16f74b6e36eedb6bdc9f63d Mon Sep 17 00:00:00 2001 From: Gamer Date: Fri, 17 Apr 2026 19:54:05 +0200 Subject: [PATCH] increase version to 0.8.1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1a2e934..4e2e58e 100644 --- a/main.go +++ b/main.go @@ -30,7 +30,7 @@ import ( //go:embed static var staticFiles embed.FS -const version = "0.8.0" +const version = "0.8.1" // --------------------------------------------------------------------------- // Config structs