Skip to content

Commit 848395f

Browse files
authored
Merge pull request #264 from allevato/more-5.5-updates
Update the version number printed by `-v`.
2 parents cc40c36 + 7d17748 commit 848395f

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("0.50200.1")
23+
print("0.50500.0")
2424
throw ExitCode.success
2525
}
2626
}

0 commit comments

Comments
 (0)