From f88094ca005f7a385376224619f204bdaf6e0148 Mon Sep 17 00:00:00 2001 From: Aaron Siddhartha Mondal Date: Sun, 27 Nov 2022 15:19:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Release=2020221127.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MODULE.bazel | 2 +- README.rst | 2 +- examples/MODULE.bazel | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 3bd643cc..e82faf3c 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_ll", - version = "20221119.0", + version = "20221127.0", compatibility_level = 0, ) diff --git a/README.rst b/README.rst index feab79f3..531f3539 100644 --- a/README.rst +++ b/README.rst @@ -78,7 +78,7 @@ workspace: touch WORKSPACE.bazel .bazelrc echo 7.0.0-pre.20221102.3 > .bazelversion - echo 'bazel_dep(name="rules_ll", version="20221119.0")' > MODULE.bazel + echo 'bazel_dep(name="rules_ll", version="20221127.0")' > MODULE.bazel Copy the following lines into the just created ``.bazelrc`` file: diff --git a/examples/MODULE.bazel b/examples/MODULE.bazel index fc7c45fd..6143434a 100644 --- a/examples/MODULE.bazel +++ b/examples/MODULE.bazel @@ -1,4 +1,4 @@ -bazel_dep(name="rules_ll", version="20221119.0") +bazel_dep(name="rules_ll", version="20221127.0") local_path_override(module_name = "rules_ll", path = "..") # hipSYCL under development.