We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c376b37 commit f13edb0Copy full SHA for f13edb0
1 file changed
util/getBinary.js
@@ -10,7 +10,7 @@ const { HttpsProxyAgent } = require('https-proxy-agent');
10
const { compilerVersion, getPlatformScryptc } = require('../dist');
11
const { showDownloadFailed } = require('./showerror');
12
13
-const DEFAULT_COMPILER_VERSION = '1.19.2';
+const DEFAULT_COMPILER_VERSION = '1.19.4';
14
15
function safeCompilerVersion(cmd) {
16
try {
0 commit comments