From b5ccb6b8bf6754ea7bec67ffb42a8fa684a6dc24 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 17 Jun 2017 01:00:21 +0000 Subject: [PATCH] Update flatc to version 1.7.0 --- flatc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flatc.json b/flatc.json index 96960d323f..e5e1e5792a 100644 --- a/flatc.json +++ b/flatc.json @@ -1,10 +1,10 @@ { "homepage": "https://google.github.io/flatbuffers/index.html", "license": "Apache2", - "version": "1.6.0", - "url": "https://github.com/google/flatbuffers/releases/download/v1.6.0/flatc_windows_exe.zip", + "version": "1.7.0", + "url": "https://github.com/google/flatbuffers/releases/download/v1.7.0/flatc_windows_exe.zip", "bin": "flatc.exe", - "hash": "e4ac8cdfa5e90c92e77715e998b9210fa86128b84a38a0fe9fec04c5b5f941c9", + "hash": "7d0e0e108bd24d8a90ec58e4f9f5788de611601ed18d61354f6ef83a6d950e6f", "checkver": { "github": "https://github.com/google/flatbuffers" },