Skip to content

Commit 3e17f2b

Browse files
authored
Bump version number to 1.13.0 (#1519)
Motivation: We plan on tagging a release soon. Modifications: - Bump the version to 1.13.0 Result: The version in the default user-agent string will match the released version.
1 parent 184230a commit 3e17f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/GRPC/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ internal enum Version {
1919
internal static let major = 1
2020

2121
/// The minor version.
22-
internal static let minor = 12
22+
internal static let minor = 13
2323

2424
/// The patch version.
2525
internal static let patch = 0

0 commit comments

Comments
 (0)