~ chicken-core (master) 9b8e066149c4df38f6dff9ecdd56c75c6aebe8a6
commit 9b8e066149c4df38f6dff9ecdd56c75c6aebe8a6
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Thu May 14 14:32:19 2026 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Thu May 14 14:32:19 2026 +0200
typo fix
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 90158f54..49c978f9 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -2,7 +2,7 @@
set -e
-BOOTVERSION=6,.0.0rc3
+BOOTVERSION=6.0.0rc3
BOOTURL=2026/05/12/chicken-${BOOTVERSION}.tar.gz
getcmd="wget -c"
Trap