We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c624c49 commit c73360aCopy full SHA for c73360a
MODULE.bazel
@@ -1,6 +1,8 @@
1
module(
2
name = "grpc_kotlin",
3
- version = "2.1.0",
+ # Note: the Publish-to-BCR app will patch this line to stamp the version being published.
4
+ version = "0.0.0",
5
+ compatibility_level = 1,
6
)
7
8
bazel_dep(name = "protobuf", repo_name = "com_google_protobuf", version = "30.2")
0 commit comments