diff --git a/Sources/swift-format/PrintVersion.swift b/Sources/swift-format/PrintVersion.swift index 15b90e48..411deb08 100644 --- a/Sources/swift-format/PrintVersion.swift +++ b/Sources/swift-format/PrintVersion.swift @@ -12,5 +12,5 @@ func printVersionInformation() { // TODO: Automate updates to this somehow. - print("main") + print("6.3.0") }