Skip to content

Commit

Permalink
Update Version.swift (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcairo authored Apr 2, 2024
1 parent 29bc8bc commit 393b02b
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 = 21
internal static let minor = 22

/// 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 393b02b

Please sign in to comment.