From d4cd9d57113b10c8a6c8f2e7da33ac0418f026af Mon Sep 17 00:00:00 2001 From: runner Date: Fri, 6 Oct 2023 18:59:44 +0000 Subject: [PATCH] Squashed 'apollo-ios-codegen/' changes from 43400ba1..fce1a219 fce1a219 Release 1.6.0 (apollographql/apollo-ios-dev#67) git-subtree-dir: apollo-ios-codegen git-subtree-split: fce1a2195c7addc146548cffe75e1e7efc661b49 --- 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 8f57e2bc2..48d3fb85b 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.4.0" + public static let CLIVersion: String = "1.6.0" static let defaultFilePath: String = "./apollo-codegen-config.json" }