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.
2 parents 9446389 + 5afe255 commit fbfe186Copy full SHA for fbfe186
Sources/swift-format/VersionOptions.swift
@@ -20,7 +20,7 @@ struct VersionOptions: ParsableArguments {
20
func validate() throws {
21
if version {
22
// TODO: Automate updates to this somehow.
23
- print("508.0.0")
+ print("508.0.1")
24
throw ExitCode.success
25
}
26
0 commit comments