We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e719526 + 7e18a58 commit 1208917Copy full SHA for 1208917
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("0.50200.1")
+ print("0.50300.0")
24
throw ExitCode.success
25
}
26
0 commit comments