Skip to content

Commit 8283c21

Browse files
glbrnttWendellXY
authored andcommitted
Bump version number to 1.15.0 (grpc#1584)
Motivation: We plan on tagging a release soon. Modifications: - Bump the version to 1.15.0 Result: The version in the default user-agent string will match the released version.
1 parent d8fe615 commit 8283c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = 14
22+
internal static let minor = 15
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)