From 7ec9432d7b1d43dab741a0f0894439fece2f899c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20DELHAIE?= Date: Mon, 25 Aug 2025 22:14:19 +0200 Subject: [PATCH] change version --- pkg/constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index a4ddb48..adfccfd 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -1,5 +1,5 @@ package constants -const Version = "0.0.4b" +const Version = "0.0.4c" const ApiVersion = 1