From ccd54fa242bbb401a14895a29ba4626a3048bb26 Mon Sep 17 00:00:00 2001 From: Calvin Cestari Date: Fri, 12 Jan 2024 14:06:49 -0800 Subject: [PATCH] release: 1.8.0 (apollographql/apollo-ios-dev#237) --- 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 5b4d70ef..bd6cac05 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.7.1" + public static let CLIVersion: String = "1.8.0" static let defaultFilePath: String = "./apollo-codegen-config.json" }