diff --git a/main.sh b/main.sh index 63552b2..d5be511 100755 --- a/main.sh +++ b/main.sh @@ -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"