Mike Kruskal | 25dfc39 | 2023-03-10 08:50:34 -0800 | [diff] [blame] | 1 | """ Contains version numbers to be used in other bzl files """ |
Mike Kruskal | 1fe26cf | 2024-09-30 16:28:34 -0700 | [diff] [blame] | 2 | PROTOC_VERSION = "30.0" |
| 3 | PROTOBUF_JAVA_VERSION = "4.30.0" |
| 4 | PROTOBUF_PYTHON_VERSION = "5.30.0" |
| 5 | PROTOBUF_PHP_VERSION = "4.30.0" |
| 6 | PROTOBUF_RUBY_VERSION = "4.30.0" |
Protobuf Team Bot | 7e321fb | 2024-11-13 15:28:54 -0800 | [diff] [blame] | 7 | PROTOBUF_RUST_VERSION = "4.30.0" |
jchadwick-buf | db48abb | 2024-08-01 19:35:20 -0700 | [diff] [blame] | 8 | PROTOBUF_PREVIOUS_RELEASE = "28.0-rc1" |