Skip to content

Commit 1208917

Browse files
authored
Merge pull request #236 from allevato/swift-5.3-version
Update version number printed by `-v` flag.
2 parents e719526 + 7e18a58 commit 1208917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-format/VersionOptions.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct VersionOptions: ParsableArguments {
2020
func validate() throws {
2121
if version {
2222
// TODO: Automate updates to this somehow.
23-
print("0.50200.1")
23+
print("0.50300.0")
2424
throw ExitCode.success
2525
}
2626
}

0 commit comments

Comments
 (0)