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 41b9c16 commit 466cc88Copy full SHA for 466cc88
Sources/GRPC/Version.swift
@@ -19,11 +19,11 @@ internal enum Version {
19
internal static let major = 1
20
21
/// The minor version.
22
- internal static let minor = 7
+ internal static let minor = 8
23
24
/// The patch version.
25
- internal static let patch = 3
+ internal static let patch = 0
26
27
/// The version string.
28
- internal static let versionString = "\(major).\(minor).\(patch)-async-await.1"
+ internal static let versionString = "\(major).\(minor).\(patch)"
29
}
0 commit comments