Skip to content

Commit 5c58b63

Browse files
authored
Update version to 1.25.0 (#2227)
1 parent b415675 commit 5c58b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/GRPC/Version.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ internal enum Version {
1919
internal static let major = 1
2020

2121
/// The minor version.
22-
internal static let minor = 24
22+
internal static let minor = 25
2323

2424
/// The patch version.
25-
internal static let patch = 2
25+
internal static let patch = 0
2626

2727
/// The version string.
2828
internal static let versionString = "\(major).\(minor).\(patch)"

0 commit comments

Comments
 (0)