From 5bf96fd469842b486a626b9de14a58129ad2cd13 Mon Sep 17 00:00:00 2001 From: Anthony Miller Date: Wed, 15 May 2024 10:59:32 -0700 Subject: [PATCH] Release 1.11.0 (apollographql/apollo-ios-dev#360) --- Sources/CodegenCLI/Constants.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/CodegenCLI/Constants.swift b/Sources/CodegenCLI/Constants.swift index 9a2281c1..0f21180b 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.10.0" + public static let CLIVersion: String = "1.11.0" static let defaultFilePath: String = "./apollo-codegen-config.json" }