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()