Skip to content

Commit f976abf

Browse files
gh-action-runnergh-action-runner
authored andcommitted
Squashed 'apollo-ios-codegen/' changes from 528268293..e302eb785
e302eb785 Release 2.0.2 (#806) git-subtree-dir: apollo-ios-codegen git-subtree-split: e302eb7858ddae89578b0d3d745b0889c57f3d13
1 parent da12e28 commit f976abf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
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 = "2.0.1"
4+
public static let CodegenVersion: String = "2.0.2"
55
}

Sources/CodegenCLI/Constants.swift

Lines changed: 1 addition & 1 deletion
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 = "2.0.1"
4+
public static let CLIVersion: String = "2.0.2"
55
static let defaultFilePath: String = "./apollo-codegen-config.json"
66
}

0 commit comments

Comments
 (0)