From 13b817761686753f480a3fae36acfd97a7382932 Mon Sep 17 00:00:00 2001 From: apollo-bot2 <50160705+apollo-bot2@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:02:37 -0500 Subject: [PATCH] Release 1.16.0 (apollographql/apollo-ios-dev#573) --- Sources/ApolloCodegenLib/Constants.swift | 2 +- Sources/CodegenCLI/Constants.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }