Skip to content

Commit 3ef3a9f

Browse files
authored
Bump version number to 1.24.0 (#2088)
Motivation: We plan on tagging a release soon. Modifications: - Bump the version to 1.24.0 Result: The version in the default user-agent string will match the released version.
1 parent cfdce07 commit 3ef3a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Sources/GRPC/Version.swift

+2-2
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 = 23
22+
internal static let minor = 24
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)