From 9d87d3479aea6c0a7dca96e879fa18556c4d90ff Mon Sep 17 00:00:00 2001 From: gh-action-runner Date: Tue, 1 Oct 2024 18:08:03 +0000 Subject: [PATCH] Squashed 'apollo-ios-codegen/' changes from d2433749..9d18632c 9d18632c Release 1.15.2 (apollographql/apollo-ios-dev#499) git-subtree-dir: apollo-ios-codegen git-subtree-split: 9d18632ce7033490ee46a3f1e14d51c1c65fbb66 --- 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 2d36c5725..8b8aba968 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.1" + public static let CLIVersion: String = "1.15.2" static let defaultFilePath: String = "./apollo-codegen-config.json" }