From d8b207cb75c5130eab4ecff50287ef0e2d6f1515 Mon Sep 17 00:00:00 2001 From: gh-action-runner Date: Tue, 25 Jun 2024 13:19:12 +0000 Subject: [PATCH] Squashed 'apollo-ios-codegen/' changes from f3f8a662..a0bb4ed8 a0bb4ed8 Release 1.13.0 (apollographql/apollo-ios-dev#399) git-subtree-dir: apollo-ios-codegen git-subtree-split: a0bb4ed83a79f5006640ee46d0cdc0f4c61c65fa --- 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 807ca7e31..b9497e048 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" }