From 675c1a1713e223ff419d11df9d40dafec5d2a6cf Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 3 Oct 2018 22:00:25 +0000 Subject: [PATCH] flatc: Update to version 1.10.0 --- flatc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flatc.json b/flatc.json index 7b2ddc095d..4f92d89a81 100644 --- a/flatc.json +++ b/flatc.json @@ -1,10 +1,10 @@ { "homepage": "https://google.github.io/flatbuffers/index.html", "license": "Apache-2.0", - "version": "1.9.0", - "url": "https://github.com/google/flatbuffers/releases/download/v1.9.0/flatc_windows_exe.zip", + "version": "1.10.0", + "url": "https://github.com/google/flatbuffers/releases/download/v1.10.0/flatc_windows_exe.zip", "bin": "flatc.exe", - "hash": "171fa148506d2c10d197e17fa9cdfc9745d1c82236369f7aebeb89fd15502eff", + "hash": "e6efb66c5c531856506f11799956f03c2397ef2ba37538558dbd7ca11fdb9faa", "checkver": { "github": "https://github.com/google/flatbuffers" },