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