From 9457ccaa6f8407adde9eb18ece64d11835c9985d Mon Sep 17 00:00:00 2001 From: Odyssey Date: Sat, 17 Dec 2022 20:48:01 +0100 Subject: [PATCH] Just say unknown instead. Signed-off-by: Odyssey --- pages/index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.go b/pages/index.go index 2a04102..608600d 100644 --- a/pages/index.go +++ b/pages/index.go @@ -15,7 +15,7 @@ var Version = func() string { } } } - return "AGPLVIOLATION" + return "unknown" }() func HandleIndex(c *fiber.Ctx) error {