dep-protobuf/protobuf_version.bzl
Adam Cozzette bb422b1fd5 Move previous_release dependency out of WORKSPACE.bzlmod and into MODULE.bazel
While I was at it, I upgraded the previous release to 29.0.

`PROTOBUF_PREVIOUS_RELEASE` is not currently getting updated, and I deleted it
because I don't see an obvious way of referring to it from `MODULE.bazel`.
Hopefully soon we can drop it from `WORKSPACE` and then the only place to
update will be `MODULE.bazel`.

PiperOrigin-RevId: 743211189
2025-04-02 11:21:57 -07:00

7 lines
253 B
Python

""" Contains version numbers to be used in other bzl files """
PROTOC_VERSION = "31.0"
PROTOBUF_JAVA_VERSION = "4.31.0"
PROTOBUF_PYTHON_VERSION = "6.31.0"
PROTOBUF_PHP_VERSION = "4.31.0"
PROTOBUF_RUBY_VERSION = "4.31.0"
PROTOBUF_RUST_VERSION = "4.31.0"