From eb857df3e14732976b1b0607c52d107491d7ae7a Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Sun, 23 Feb 2025 00:56:27 +0100 Subject: [PATCH] Fix build name. Signed-off-by: Pol Henarejos --- build_pico_fido.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_pico_fido.sh b/build_pico_fido.sh index 79873b3..a18a1dc 100755 --- a/build_pico_fido.sh +++ b/build_pico_fido.sh @@ -1,7 +1,7 @@ #!/bin/bash VERSION_MAJOR="6" -VERSION_MINOR="4-eddsa1" +VERSION_MINOR="4" SUFFIX="${VERSION_MAJOR}.${VERSION_MINOR}" #if ! [[ -z "${GITHUB_SHA}" ]]; then # SUFFIX="${SUFFIX}.${GITHUB_SHA}"