浏览代码

Bump version number to 1.10.0 (#1481)

Motivation:

We plan on tagging a release soon.

Modifications:

- Bump the version to 1.10.0

Result:

The version in the default user-agent string will match the released
version.
George Barnett 3 年之前
父节点
当前提交
6cab35e471
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Sources/GRPC/Version.swift

+ 1 - 1
Sources/GRPC/Version.swift

@@ -19,7 +19,7 @@ internal enum Version {
   internal static let major = 1
 
   /// The minor version.
-  internal static let minor = 9
+  internal static let minor = 10
 
   /// The patch version.
   internal static let patch = 0