From c6b4d9fde2ee6eddd495b8ce682bafee1360e92e Mon Sep 17 00:00:00 2001 From: apollo-bot2 <50160705+apollo-bot2@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:27:56 -0400 Subject: [PATCH] Release 1.15.1 (apollographql/apollo-ios-dev#471) --- 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 81d395f4..2d36c572 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.0" + public static let CLIVersion: String = "1.15.1" static let defaultFilePath: String = "./apollo-codegen-config.json" }