diff --git a/Sources/ApolloCodegenLib/Constants.swift b/Sources/ApolloCodegenLib/Constants.swift index dae387f1..67a76308 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.16.0" + public static let CodegenVersion: String = "1.16.1" } diff --git a/Sources/CodegenCLI/Constants.swift b/Sources/CodegenCLI/Constants.swift index 47f779e1..e07648ea 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.16.0" + public static let CLIVersion: String = "1.16.1" static let defaultFilePath: String = "./apollo-codegen-config.json" }