From 2367294b512d7384ebaaf6fb62f3d318840cd9d3 Mon Sep 17 00:00:00 2001 From: runner Date: Thu, 12 Oct 2023 22:24:39 +0000 Subject: [PATCH] Squashed 'apollo-ios-codegen/' changes from 95061202..f2bbc9aa f2bbc9aa pull: apollo-ios-codegen - PR #85 - Release: a05cece3 Release: (apollographql/apollo-ios-dev#85) git-subtree-dir: apollo-ios-codegen git-subtree-split: f2bbc9aaa5c128291caf57f8687fa91ae3fe8277 --- 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 48d3fb85b..6fc7a223e 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.6.0" + public static let CLIVersion: String = "1.6.1" static let defaultFilePath: String = "./apollo-codegen-config.json" }