Skip to content

Commit cd1e8b2

Browse files
allevatofortmarek
authored andcommitted
Update version number printed by -v flag.
1 parent 67e8128 commit cd1e8b2

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

0 commit comments

Comments
 (0)