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 29bc8bc commit 393b02bCopy full SHA for 393b02b
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 = 21
+ internal static let minor = 22
23
24
/// The patch version.
25
- internal static let patch = 1
+ internal static let patch = 0
26
27
/// The version string.
28
internal static let versionString = "\(major).\(minor).\(patch)"
0 commit comments