From 80a7c2a9c773be831295328dc66214825e888232 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 22 Nov 2024 07:09:59 -0800 Subject: [PATCH] Try updating protoc --- scripts/vendor-protoc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vendor-protoc.cjs b/scripts/vendor-protoc.cjs index ef626b36..28efc3f6 100644 --- a/scripts/vendor-protoc.cjs +++ b/scripts/vendor-protoc.cjs @@ -4,7 +4,7 @@ const path = require('node:path'); const { rmSync, mkdirSync, cpSync, existsSync } = require('node:fs'); const { execSync } = require('node:child_process'); -const VERSION = '27.2'; +const VERSION = '28.3'; // `${process.platform}_${process.arch}` const MAC_ARM = 'darwin_arm64';