Skip to content

Commit 7996ac6

Browse files
committed
Change version to 510.1.0
1 parent 5375790 commit 7996ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-format/VersionOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct VersionOptions: ParsableArguments {
2020
func validate() throws {
2121
if version {
2222
// TODO: Automate updates to this somehow.
23-
print("508.0.0")
23+
print("510.1.0")
2424
throw ExitCode.success
2525
}
2626
}

0 commit comments

Comments
 (0)