From 5218b074e4f96cb170a238168326de1b3d330e2b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 14 Sep 2018 11:00:20 +0000 Subject: [PATCH] bazel: Update to version 0.17.1 --- bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel.json b/bazel.json index 8286109d38..820bdfda16 100644 --- a/bazel.json +++ b/bazel.json @@ -1,6 +1,6 @@ { "homepage": "https://bazel.build", - "version": "0.16.1", + "version": "0.17.1", "license": "Apache-2.0", "bin": "bazel.exe", "suggest": { @@ -16,8 +16,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/bazelbuild/bazel/releases/download/0.16.1/bazel-0.16.1-windows-x86_64.zip", - "hash": "47f9a7f70801f731727412a8b80ab6b350e9302f61b4d70dee8d9479647d7917" + "url": "https://github.com/bazelbuild/bazel/releases/download/0.17.1/bazel-0.17.1-windows-x86_64.zip", + "hash": "ba6ad8931f1c82095a1194976f01adfafd881ee69fc69665334104c661800b4b" } }, "checkver": {