Skip to content

Commit 8c5e99d

Browse files
authoredNov 11, 2024
Bump version number to 1.24.2 (#2111)
Motivation: We plan on tagging a release soon. Modifications: - Bump the version to 1.24.2 Result: The version in the default user-agent string will match the released version.
1 parent 0329ecc commit 8c5e99d

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 = 24
2323

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

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

0 commit comments

Comments
 (0)