Skip to content

Commit

Permalink
Merge pull request #236 from allevato/swift-5.3-version
Browse files Browse the repository at this point in the history
Update version number printed by `-v` flag.
  • Loading branch information
allevato authored Sep 19, 2020
2 parents e719526 + 7e18a58 commit 1208917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/swift-format/VersionOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct VersionOptions: ParsableArguments {
func validate() throws {
if version {
// TODO: Automate updates to this somehow.
print("0.50200.1")
print("0.50300.0")
throw ExitCode.success
}
}
Expand Down

0 comments on commit 1208917

Please sign in to comment.