Skip to content

Commit

Permalink
Update version to 1.8.0 (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt committed Jun 13, 2022
1 parent 41b9c16 commit 466cc88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/GRPC/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ internal enum Version {
internal static let major = 1

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

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

/// The version string.
internal static let versionString = "\(major).\(minor).\(patch)-async-await.1"
internal static let versionString = "\(major).\(minor).\(patch)"
}

0 comments on commit 466cc88

Please sign in to comment.