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 19c34d4 commit 10b7089Copy full SHA for 10b7089
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 = 22
+ static let revision = 23
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