Skip to content

Commit

Permalink
Bump version for 1.1.0 release (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt authored Jun 8, 2021
1 parent 4ea3cd0 commit f258d1c
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 @@ -14,12 +14,12 @@
* limitations under the License.
*/

internal struct Version {
internal enum Version {
/// The major version.
internal static let major = 1

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

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

0 comments on commit f258d1c

Please sign in to comment.