Skip to content

Commit 23904fc

Browse files
apollo-bot2gh-action-runner
authored andcommitted
1 parent 47b8d4c commit 23904fc

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## v1.25.2
4+
5+
This version has no new changes since v1.25.1 and is being created to fix an issue where the previous version was tagged incorrectly.
6+
37
## v1.25.1
48

59
### Fixed

CLI/apollo-ios-cli.tar.gz

2 Bytes
Binary file not shown.

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.1"
5+
public static let ApolloClientVersion: String = "1.25.2"
66

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

0 commit comments

Comments
 (0)