mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
New crates are in https://crates.io/search?q=google-protobuf PiperOrigin-RevId: 963684439
8 lines
293 B
Python
8 lines
293 B
Python
""" Contains version numbers to be used in other bzl files """
|
|
PROTOC_VERSION = "37.0"
|
|
PROTOBUF_JAVA_VERSION = "4.37.0"
|
|
PROTOBUF_PYTHON_VERSION = "7.37.0"
|
|
PROTOBUF_PHP_VERSION = "5.37.0"
|
|
PROTOBUF_RUBY_VERSION = "4.37.0"
|
|
PROTOBUF_RUST_VERSION = "0.37.0"
|
|
PROTOBUF_LEGACY_RUST_VERSION = "4.37.0"
|