From 97e3f4c22505eda654e5dc10dcdf159f13b63f3a Mon Sep 17 00:00:00 2001 From: gh-action-runner Date: Fri, 22 Mar 2024 20:29:37 +0000 Subject: [PATCH] Squashed 'apollo-ios-codegen/' changes from 02ac68ac..fd757398 fd757398 release: 1.9.3 (apollographql/apollo-ios-dev#310) git-subtree-dir: apollo-ios-codegen git-subtree-split: fd7573984058b0f16dd8289ef016732732100439 --- 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 75ce4986a..5ca20c9df 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.9.2" + public static let CLIVersion: String = "1.9.3" static let defaultFilePath: String = "./apollo-codegen-config.json" }