From da2ad068b4c43f982eaacee1aa7c8d52c2bdd451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20DELHAIE?= Date: Sun, 17 Aug 2025 00:43:58 +0200 Subject: [PATCH] update version number --- build.sh | 2 +- pkg/constants/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 8f9dc5b..6ebc5d6 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash MAKE_PACKAGE=false -VERSION=0.0.3 +VERSION=0.0.4 usage() { echo "Usage: $0 [OPTIONS]" diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index cd821e8..b9ec354 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -1,5 +1,5 @@ package constants -const Version = "0.0.5" +const Version = "0.0.4" const ApiVersion = 1