Update main.sh

This commit is contained in:
ferreo 2025-03-04 23:41:51 +01:00
parent a539bff473
commit 85c7a324c6

View File

@ -6,7 +6,7 @@ set -e
echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="0.13.0"
VERSION="0.14.0"
# Clone Upstream
git clone https://github.com/ziglang/zig.git -b "$VERSION"