Skip to content

Commit

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

We plan on making a release soon.

Modifications:

- Bump the version to 1.2.0

Result:

The version in the default user-agent string will match the released
version.
  • Loading branch information
glbrntt authored Jul 8, 2021
1 parent b918cb3 commit 98b7068
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
Expand Up @@ -19,10 +19,10 @@ internal enum Version {
internal static let major = 1

/// The minor version.
internal static let minor = 1
internal static let minor = 2

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

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

0 comments on commit 98b7068

Please sign in to comment.