Skip to content

Commit 67ae061

Browse files
authored
Bump version number to 1.26.0 (#2236)
Motivation: We plan on tagging a release soon. Modifications: - Bump the version to 1.26.0 Result: The version in the default user-agent string will match the released version.
1 parent e481d56 commit 67ae061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GRPC/Version.swift

Lines changed: 1 addition & 1 deletion
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 = 25
22+
internal static let minor = 26
2323

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

0 commit comments

Comments
 (0)