Update forgetool version to 4.0.0-ALPHA23

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2026-04-17 16:15:56 +02:00
committed by GitHub
parent 617161996b
commit 1898f51c8a
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
- name: Install ./forgetool
shell: bash
run: |
VERSION="4.0.0-ALPHA21"
VERSION="4.0.0-ALPHA23"
FILENAME="forgetool_${VERSION}_linux_amd64.tar.gz"
URL="https://github.com/trueforge-org/forgetool/releases/download/v${VERSION}/${FILENAME}"