From a0bb4ed83a79f5006640ee46d0cdc0f4c61c65fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:18:22 -0400 Subject: [PATCH] Release 1.13.0 (apollographql/apollo-ios-dev#399) --- 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 807ca7e3..b9497e04 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.12.2" + public static let CLIVersion: String = "1.13.0" static let defaultFilePath: String = "./apollo-codegen-config.json" }