Skip to content

Commit 4bd1598

Browse files
JasonLunncopybara-github
authored andcommitted
Upgrade plugins to support edition 2026
PiperOrigin-RevId: 952932907
1 parent cb44083 commit 4bd1598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upb_generator/reflection/generator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class ReflectionGenerator : public google::protobuf::compiler::CodeGenerator {
8484
return google::protobuf::Edition::EDITION_PROTO2;
8585
}
8686
google::protobuf::Edition GetMaximumEdition() const override {
87-
return google::protobuf::Edition::EDITION_2024;
87+
return google::protobuf::Edition::EDITION_2026;
8888
}
8989
};
9090

0 commit comments

Comments
 (0)