Skip to content

Commit 5bfec7b

Browse files
committed
Remove version string in MODULE.bazel
1 parent 98b057c commit 5bfec7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MODULE.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
module(name = "protobuf_javascript", version = "4.0.1")
1+
"Bazel module that provides protoc-gen-js."
2+
3+
module(name = "protobuf_javascript", version = "0.0.0") # updated by release action
24

35
bazel_dep(name = "abseil-cpp", version = "20250512.1")
46
bazel_dep(name = "protobuf", version = "33.0", repo_name = "com_google_protobuf")

0 commit comments

Comments
 (0)