blob: a122dc377f1b8d60d30c596e2e235568af7c3952 [file] [log] [blame]
Mike Kruskal25dfc392023-03-10 08:50:34 -08001""" Contains version numbers to be used in other bzl files """
Jie Luo1231af12023-11-02 15:28:01 -07002PROTOC_VERSION = "25.0"
3PROTOBUF_JAVA_VERSION = "3.25.0"
4PROTOBUF_PYTHON_VERSION = "4.25.0"
5PROTOBUF_PHP_VERSION = "3.25.0"
6PROTOBUF_RUBY_VERSION = "3.25.0"