Skip to content

Commit

Permalink
Create a patch release for beta 4 that fixes linking
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Jan 3, 2024
1 parent 350637a commit 75dcc23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "bzlmodrio-phoenix",
version = "5.32.0-beta-4",
version = "5.32.0-beta-4.bcr1",
compatibility_level = 2024,
)

Expand Down
1 change: 1 addition & 0 deletions generate/get_phoenix_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,5 @@ def get_phoenix_dependencies(
deps=["wpilibj-java", "api-java"],
)

group.patch = ".bcr1"
return group

0 comments on commit 75dcc23

Please sign in to comment.