Skip to content

Commit 64d0ecc

Browse files
committed
Bump version number to 1.21.0 (grpc#1741)
Motivation: We plan on tagging a release soon. Modifications: - Bump the version to 1.21.0 Result: The version in the default user-agent string will match the released version.
1 parent 2ff03e3 commit 64d0ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GRPC/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ internal enum Version {
1919
internal static let major = 1
2020

2121
/// The minor version.
22-
internal static let minor = 20
22+
internal static let minor = 21
2323

2424
/// The patch version.
2525
internal static let patch = 0

0 commit comments

Comments
 (0)