Skip to content

Commit 783ed8d

Browse files
authored
Bump version number to 1.14.0 (#1565)
Motivation: We plan on tagging a release soon. Modifications: - Bump the version to 1.14.0 Result: The version in the default user-agent string will match the released version.
1 parent c12f59f commit 783ed8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/GRPC/Version.swift

Lines changed: 2 additions & 2 deletions
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 = 13
22+
internal static let minor = 14
2323

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

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

0 commit comments

Comments
 (0)