diff --git a/Sources/ApolloCodegenLib/Constants.swift b/Sources/ApolloCodegenLib/Constants.swift index 94ad0564..dae387f1 100644 --- a/Sources/ApolloCodegenLib/Constants.swift +++ b/Sources/ApolloCodegenLib/Constants.swift @@ -1,5 +1,5 @@ import Foundation public enum Constants { - public static let CodegenVersion: String = "1.15.3" + public static let CodegenVersion: String = "1.16.0" } diff --git a/Sources/CodegenCLI/Constants.swift b/Sources/CodegenCLI/Constants.swift index da9bedfd..47f779e1 100644 --- a/Sources/CodegenCLI/Constants.swift +++ b/Sources/CodegenCLI/Constants.swift @@ -1,6 +1,6 @@ import Foundation public enum Constants { - public static let CLIVersion: String = "1.15.3" + public static let CLIVersion: String = "1.16.0" static let defaultFilePath: String = "./apollo-codegen-config.json" }