Skip to content

Commit f6d1f57

Browse files
gh-action-runnergh-action-runner
authored andcommitted
Updated version numbers
1 parent fc31b54 commit f6d1f57

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

apollo-ios/Sources/Apollo/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Foundation
22

33
public enum Constants {
44
public static let ApolloClientName = "apollo-ios"
5-
public static let ApolloClientVersion: String = "1.25.2"
5+
public static let ApolloClientVersion: String = "1.25.3"
66

77
@available(*, deprecated, renamed: "ApolloClientVersion")
88
public static let ApolloVersion: String = ApolloClientVersion

0 commit comments

Comments
 (0)