From 31dfb1e781207bb317748a8d8458bfdf871be8c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 16:30:44 +0000 Subject: [PATCH] flatc: Update to version 22.10.25 --- bucket/flatc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/flatc.json b/bucket/flatc.json index bd275ced8a..2788633fdc 100644 --- a/bucket/flatc.json +++ b/bucket/flatc.json @@ -1,12 +1,12 @@ { - "version": "22.9.29", + "version": "22.10.25", "description": "An efficient serialization library for multiple languages", "homepage": "https://google.github.io/flatbuffers/index.html", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/google/flatbuffers/releases/download/v22.9.29/Windows.flatc.binary.zip", - "hash": "a13d05bb75ee881ab256c5879e45c911017dae37393214b4ccf053958f73843f" + "url": "https://github.com/google/flatbuffers/releases/download/v22.10.25/Windows.flatc.binary.zip", + "hash": "bd78d9aa71529f8417e6e886c4d1f61a60e0cb339805dc12cd35f55b59d66302" } }, "bin": "flatc.exe",