Skip to content

Commit

Permalink
Merge branch upstream/release/5.8 into wasm32-wasi-release/5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
KKK669 committed May 18, 2023
2 parents a7a7c41 + fbfe186 commit 297621b
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("508.0.0")
print("508.0.1")
throw ExitCode.success
}
}
Expand Down

0 comments on commit 297621b

Please sign in to comment.