Skip to content

Commit f09cfb4

Browse files
authored
Bump version number to 1.14.2 (#1574)
Motivation: We plan on tagging a release soon. Modifications: - Bump the version to 1.14.2 Result: The version in the default user-agent string will match the released version.
1 parent 770629b commit f09cfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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 = 14
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)