diff --git a/Sources/CodegenCLI/Constants.swift b/Sources/CodegenCLI/Constants.swift index 2d36c5725..8b8aba968 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.15.1" + public static let CLIVersion: String = "1.15.2" static let defaultFilePath: String = "./apollo-codegen-config.json" }