Skip to content

Commit

Permalink
Change version to 510.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoppen committed Mar 19, 2024
1 parent 5375790 commit 7996ac6
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("510.1.0")
throw ExitCode.success
}
}
Expand Down

0 comments on commit 7996ac6

Please sign in to comment.