From 2d841af8cf8675e96f3e26092a68bad7b0c48351 Mon Sep 17 00:00:00 2001 From: Steven Johnson Date: Thu, 23 Feb 2017 08:58:51 -0800 Subject: [PATCH] Update version --- example/WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/WORKSPACE b/example/WORKSPACE index 15455f4..a68a7f1 100644 --- a/example/WORKSPACE +++ b/example/WORKSPACE @@ -1,7 +1,7 @@ git_repository( name = "halide_bazel", remote = "https://github.com/halide/halide_bazel", - tag = "v0.1.2" + tag = "v0.1.3" ) load("@halide_bazel//:halide_configure.bzl", "halide_configure") halide_configure()