diff --git a/apollo-federation-types/src/config/version.rs b/apollo-federation-types/src/config/version.rs index ff21d8bd..99bdd657 100644 --- a/apollo-federation-types/src/config/version.rs +++ b/apollo-federation-types/src/config/version.rs @@ -77,8 +77,8 @@ impl FromStr for RouterVersion { #[derive(Debug, Clone, SerializeDisplay, Eq, PartialEq, Default)] pub enum FederationVersion { - #[default] LatestFedOne, + #[default] LatestFedTwo, ExactFedOne(Version), ExactFedTwo(Version),