We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b415675 commit 5c58b63Copy full SHA for 5c58b63
Sources/GRPC/Version.swift
@@ -19,10 +19,10 @@ internal enum Version {
19
internal static let major = 1
20
21
/// The minor version.
22
- internal static let minor = 24
+ internal static let minor = 25
23
24
/// The patch version.
25
- internal static let patch = 2
+ internal static let patch = 0
26
27
/// The version string.
28
internal static let versionString = "\(major).\(minor).\(patch)"
0 commit comments