Skip to content

Commit 276f091

Browse files
authored
Bump version prior to release (#1212)
1 parent d8205a4 commit 276f091

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
@@ -22,7 +22,7 @@ internal enum Version {
2222
internal static let minor = 1
2323

2424
/// The patch version.
25-
internal static let patch = 0
25+
internal static let patch = 1
2626

2727
/// The version string.
2828
internal static let versionString = "\(major).\(minor).\(patch)"

0 commit comments

Comments
 (0)