Skip to content

Commit

Permalink
Merge pull request #527 from allevato/version-508.0.1
Browse files Browse the repository at this point in the history
[5.8] Update version number to 508.0.1.
  • Loading branch information
allevato committed May 17, 2023
2 parents 9446389 + 5afe255 commit fbfe186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/swift-format/VersionOptions.swift
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 fbfe186

Please sign in to comment.