Skip to content

Commit 9f4e2e4

Browse files
authored
Bump version number to 1.17.0 (#1614)
Motivation: We plan on tagging a release soon. Modifications: - Bump the version to 1.17.0 Result: The version in the default user-agent string will match the released version.
1 parent 038c22f commit 9f4e2e4

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
@@ -19,7 +19,7 @@ internal enum Version {
1919
internal static let major = 1
2020

2121
/// The minor version.
22-
internal static let minor = 16
22+
internal static let minor = 17
2323

2424
/// The patch version.
2525
internal static let patch = 0

0 commit comments

Comments
 (0)