From f4a7265be6b4b9c4eedad561a8ed26cd8b7003b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Fri, 3 Oct 2025 18:55:14 +0200 Subject: feat(backend): handle 404 --- backend/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/router.go') diff --git a/backend/router.go b/backend/router.go index 22c77a4..adc28fc 100644 --- a/backend/router.go +++ b/backend/router.go @@ -16,7 +16,7 @@ import ( ) const ( - Version = "0.1.0" + Version = "0.2.0" configKey = "config" isUpdateKey = "is_update" ) -- cgit v1.2.3