Skip to content

Commit 5afe255

Browse files
committed
[5.8] Update version number to 508.0.1.
1 parent 9446389 commit 5afe255

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("508.0.1")
2424
throw ExitCode.success
2525
}
2626
}

0 commit comments

Comments
 (0)