Skip to content

Commit

Permalink
🎉 Release 20221127.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal committed Nov 27, 2022
1 parent 41678c5 commit f88094c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_ll",
version = "20221119.0",
version = "20221127.0",
compatibility_level = 0,
)

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion examples/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f88094c

Please sign in to comment.