We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b40a4 commit c7d618aCopy full SHA for c7d618a
Configuration/Shared/Project-Version.xcconfig
@@ -1 +1 @@
1
-CURRENT_PROJECT_VERSION = 1.2
+CURRENT_PROJECT_VERSION = 1.2.0
Sources/CodegenCLI/Constants.swift
@@ -1,6 +1,6 @@
import Foundation
2
3
public enum Constants {
4
- public static let CLIVersion: String = "1.2"
+ public static let CLIVersion: String = "1.2.0"
5
static let defaultFilePath: String = "./apollo-codegen-config.json"
6
}
0 commit comments