We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4629bef commit 798f2e5Copy full SHA for 798f2e5
Sources/ApolloCodegenLib/Constants.swift
@@ -1,5 +1,5 @@
1
import Foundation
2
3
public enum Constants {
4
- public static let CodegenVersion: String = "1.23.0"
+ public static let CodegenVersion: String = "1.24.0"
5
}
Sources/CodegenCLI/Constants.swift
@@ -1,6 +1,6 @@
- public static let CLIVersion: String = "1.23.0"
+ public static let CLIVersion: String = "1.24.0"
static let defaultFilePath: String = "./apollo-codegen-config.json"
6
0 commit comments