Skip to content

Commit 1629de1

Browse files
authored
Bump version number to 1.13.2 (grpc#1550)
Motivation: We plan on tagging a release soon. Modifications: - Bump the version to 1.13.2 Result: The version in the default user-agent string will match the released version.
1 parent 71f87cc commit 1629de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GRPC/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ internal enum Version {
2222
internal static let minor = 13
2323

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

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

0 commit comments

Comments
 (0)