Skip to content

Commit

Permalink
Bump version number to 1.6.0 (#1314)
Browse files Browse the repository at this point in the history
Motivation:

We plan on tagging a release soon.

Modifications:

- Bump the version to 1.6.0

Result:

The version in the default user-agent string will match the released
version.
  • Loading branch information
glbrntt authored Nov 15, 2021
1 parent 6d28b12 commit c48b15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GRPC/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ internal enum Version {
internal static let major = 1

/// The minor version.
internal static let minor = 5
internal static let minor = 6

/// The patch version.
internal static let patch = 0
Expand Down

0 comments on commit c48b15e

Please sign in to comment.