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 f542d7c commit 01de132Copy full SHA for 01de132
Sources/ApolloCodegenLib/Constants.swift
@@ -1,5 +1,5 @@
1
import Foundation
2
3
public enum Constants {
4
- public static let CodegenVersion: String = "2.0.0-beta-2"
+ public static let CodegenVersion: String = "2.0.0-beta-3"
5
}
Sources/CodegenCLI/Constants.swift
@@ -1,6 +1,6 @@
- public static let CLIVersion: String = "2.0.0-beta-2"
+ public static let CLIVersion: String = "2.0.0-beta-3"
static let defaultFilePath: String = "./apollo-codegen-config.json"
6
0 commit comments