Skip to content

Commit

Permalink
🎉 Release rules_ll 20221105.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal committed Nov 5, 2022
1 parent 52382e6 commit 5c0ffb8
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 = "20221103.0",
version = "20221105.0",
execution_platforms_to_register = [
"@rules_ll//ll:ll_linux_exec_platform",
],
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ workspace:
touch WORKSPACE.bazel .bazelrc
echo 5.3.2 > .bazelversion
echo 'bazel_dep(name="rules_ll", version="20221103.0")' > MODULE.bazel
echo 'bazel_dep(name="rules_ll", version="20221105.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="20221103.0")
bazel_dep(name="rules_ll", version="20221105.0")
local_path_override(module_name = "rules_ll", path = "..")

# local_path_override(module_name = "hipsycl", path="/mnt/hipSYCL")

0 comments on commit 5c0ffb8

Please sign in to comment.