Skip to content

Commit c7d618a

Browse files
committed
Fix project version (1.2 -> 1.2.0)
1 parent c8b40a4 commit c7d618a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_PROJECT_VERSION = 1.2
1+
CURRENT_PROJECT_VERSION = 1.2.0

Sources/CodegenCLI/Constants.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

33
public enum Constants {
4-
public static let CLIVersion: String = "1.2"
4+
public static let CLIVersion: String = "1.2.0"
55
static let defaultFilePath: String = "./apollo-codegen-config.json"
66
}

0 commit comments

Comments
 (0)