From 3db6e873d13f88d8964909c7a7ce3c2739bc4d1d Mon Sep 17 00:00:00 2001 From: apollo-bot2 <50160705+apollo-bot2@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:28:46 -0400 Subject: [PATCH] Release 1.14.1 (apollographql/apollo-ios-dev#451) --- 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 86c39fb4..e2eb29ce 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.14.0" + public static let CLIVersion: String = "1.14.1" static let defaultFilePath: String = "./apollo-codegen-config.json" }