Skip to content

Commit 393b02b

Browse files
authored
Update Version.swift (#1846)
1 parent 29bc8bc commit 393b02b

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 = 21
22+
internal static let minor = 22
2323

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

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

0 commit comments

Comments
 (0)