Skip to content

Commit f258d1c

Browse files
authored
Bump version for 1.1.0 release (#1200)
1 parent 4ea3cd0 commit f258d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/GRPC/Version.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17-
internal struct Version {
17+
internal enum Version {
1818
/// The major version.
1919
internal static let major = 1
2020

2121
/// The minor version.
22-
internal static let minor = 0
22+
internal static let minor = 1
2323

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

0 commit comments

Comments
 (0)