Browse Source

Bump version (#51)

George Barnett 1 year ago
parent
commit
e97f97e399
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Package.swift

+ 1 - 1
Package.swift

@@ -35,7 +35,7 @@ let products: [Product] = [
 let dependencies: [Package.Dependency] = [
   .package(
     url: "https://github.com/grpc/grpc-swift.git",
-    exact: "2.0.0-beta.1"
+    exact: "2.0.0-beta.2"
   ),
   .package(
     url: "https://github.com/apple/swift-nio.git",