Browse Source

Bump version for 1.1.0 release (#1200)

George Barnett 4 years ago
parent
commit
f258d1cd8e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Sources/GRPC/Version.swift

+ 2 - 2
Sources/GRPC/Version.swift

@@ -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