Skip to content

Commit

Permalink
use edition 2023
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Rebello <[email protected]>
  • Loading branch information
rebello95 committed Jul 31, 2024
1 parent 5921afa commit 26aff6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/ConnectPluginUtilities/Generator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ extension Generator: SwiftProtobufPluginLibrary.CodeGenerator {
DescriptorSet.bundledEditionsSupport.lowerBound, Google_Protobuf_Edition.legacy
)
let maxEdition = min(
DescriptorSet.bundledEditionsSupport.upperBound, Google_Protobuf_Edition.edition2024
DescriptorSet.bundledEditionsSupport.upperBound, Google_Protobuf_Edition.edition2023
)
return minEdition...maxEdition
}
Expand Down

0 comments on commit 26aff6d

Please sign in to comment.