Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version number to 1.7.0 (grpc#1358)
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.7.0

Result:

The version in the default user-agent string will match the released
version.
glbrntt authored and bimawa committed May 10, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 35db7f9 commit 15115de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/GRPC/Version.swift
Original file line number Diff line number Diff line change
@@ -19,10 +19,10 @@ internal enum Version {
internal static let major = 1

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

/// The patch version.
internal static let patch = 1
internal static let patch = 0

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

0 comments on commit 15115de

Please sign in to comment.