From 8f67c2346d3a79b696f7becaadd744774b05bf26 Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Sat, 14 Jan 2023 22:25:16 -0600 Subject: [PATCH] Bump the CLI binary version --- node/binary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/binary.js b/node/binary.js index 816b95fa..0d72af97 100644 --- a/node/binary.js +++ b/node/binary.js @@ -3,7 +3,7 @@ const { Binary } = require('@cloudflare/binary-install'); const { type, arch } = require('os'); const path = require('path'); -const binaryVersion = '0.1.22675'; +const binaryVersion = '0.1.22924'; const intelMacBinaryVersion = '0.1.17087'; const supportedPlatforms = [