We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4df0a8 commit 118dbd3Copy full SHA for 118dbd3
Sources/protoc-gen-swift/Version.swift
@@ -17,7 +17,7 @@
17
struct Version {
18
static let major = 0
19
static let minor = 9
20
- static let revision = 25
+ static let revision = 26
21
static let versionString = "\(major).\(minor).\(revision)"
22
static let name = "protoc-gen-swift"
23
static let versionedName = "protoc-gen-swift \(versionString)"
0 commit comments