From 01ba1593e303e7e0e4a71fe8e86314fbd8f036c1 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 26 Mar 2019 18:26:24 +0000 Subject: [PATCH] bazel: Update to version 0.24.0 --- bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel.json b/bazel.json index 7cf0a4105a..d724a5f94c 100644 --- a/bazel.json +++ b/bazel.json @@ -1,7 +1,7 @@ { "homepage": "https://bazel.build", "description": "A fast, scalable, multi-language and extensible build system", - "version": "0.23.2", + "version": "0.24.0", "license": "Apache-2.0", "bin": "bazel.exe", "suggest": { @@ -11,8 +11,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/bazelbuild/bazel/releases/download/0.23.2/bazel-0.23.2-windows-x86_64.zip", - "hash": "a91c8c2b8d31709e74310e31d0a11ba237c4f4dcff7adc0e1102fbb66a489ffe" + "url": "https://github.com/bazelbuild/bazel/releases/download/0.24.0/bazel-0.24.0-windows-x86_64.zip", + "hash": "d444a319320c0d788bf36c19816235636f8ad7b49b8bc5fad32daf7ae4e7aefa" } }, "checkver": {