From 5132bd55cc66219ccb1f78af5c7a62d12c3389cd Mon Sep 17 00:00:00 2001 From: gi8 Date: Mon, 10 Jun 2024 23:42:28 +0200 Subject: [PATCH] update version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d78386a..7bb96ff 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "os" ) -const version = "0.5.3" +const version = "0.5.4" //go:embed web var templates embed.FS