From fd7573984058b0f16dd8289ef016732732100439 Mon Sep 17 00:00:00 2001 From: Calvin Cestari Date: Fri, 22 Mar 2024 13:28:37 -0700 Subject: [PATCH] release: 1.9.3 (apollographql/apollo-ios-dev#310) --- 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 75ce4986..5ca20c9d 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" }