MODULE.bazel fixups

This commit is contained in:
Red Daly 2024-08-04 15:36:30 -07:00
parent 1256074cd8
commit 062dc09584
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
module(
name = "grpc_web",
version = "1.5.0",
name = "grpc-web",
version = "1.5.0.bcr", # This isn't exactly version 1.5.0, so add a .bcr suffix
compatibility_level = 1,
repo_name = "com_github_grpc_grpc_web",
)