There was an error while loading. Please reload this page.
1 parent e43ff14 commit 274e8a2Copy full SHA for 274e8a2
1 file changed
src/bin/install-pkmn-engine
@@ -10,7 +10,7 @@ const path = require('path');
10
const {pipeline} = require('stream/promises');
11
const tty = require('tty');
12
13
-const ZIG_VERSION = {major: 0, minor: 16, patch: 0, dev: '2212+3da6e6719'};
+const ZIG_VERSION = {major: 0, minor: 16, patch: 0, dev: '2193+fc517bd01'};
14
const DEV = ZIG_VERSION.dev ? `-dev.${ZIG_VERSION.dev}` : '';
15
const VERSION = `${ZIG_VERSION.major}.${ZIG_VERSION.minor}.${ZIG_VERSION.patch}${DEV}`;
16
const INDEX = 'https://ziglang.org/download/index.json';
0 commit comments