Update version to 1.6.0.rc1 in MODULE.bazel

This commit is contained in:
Red Daly 2024-08-04 22:49:18 -07:00
parent 062dc09584
commit 9732710153
1 changed files with 1 additions and 1 deletions

View File

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