Skip to content

Commit

Permalink
Update to version 0.50600.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
allevato committed Mar 22, 2022
1 parent 03feb30 commit 466914d
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.50600.0")
print("0.50600.1")
throw ExitCode.success
}
}
Expand Down

0 comments on commit 466914d

Please sign in to comment.