Skip to content

Commit 5a712a9

Browse files
apollo-bot2gh-action-runner
authored and
gh-action-runner
committed
1 parent 8cffee9 commit 5a712a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Foundation
22

33
public enum Constants {
4-
public static let CodegenVersion: String = "1.20.0"
4+
public static let CodegenVersion: String = "1.21.0"
55
}

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.20.0"
4+
public static let CLIVersion: String = "1.21.0"
55
static let defaultFilePath: String = "./apollo-codegen-config.json"
66
}

0 commit comments

Comments
 (0)