We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57986c commit ab17fbeCopy full SHA for ab17fbe
1 file changed
src/SPC/store/pkg/Zig.php
@@ -82,6 +82,7 @@ public function fetch(string $name, bool $force = false, ?array $config = null):
82
if (!$latest_version) {
83
throw new DownloaderException('Could not determine latest Zig version');
84
}
85
+ $latest_version = '0.15.2';
86
87
logger()->info("Installing Zig version {$latest_version}");
88
0 commit comments