We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70743fa commit 6a6076dCopy full SHA for 6a6076d
scripts/build.js
@@ -11,7 +11,7 @@ const {
11
const execAsync = promisify(exec);
12
13
// Zen Internals configuration
14
-const INTERNALS_VERSION = "v0.1.45";
+const INTERNALS_VERSION = "v0.1.46";
15
const INTERNALS_URL = `https://github.com/AikidoSec/zen-internals/releases/download/${INTERNALS_VERSION}`;
16
// ---
17
0 commit comments