From c124b8760f96e921548c914bf56d7db501a2ac0a Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Mon, 1 Dec 2025 12:11:07 -0800 Subject: [PATCH] Update the Swift version to 6.2.3 --- Sources/swift-format/PrintVersion.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/swift-format/PrintVersion.swift b/Sources/swift-format/PrintVersion.swift index 9cc1f688..1e7425d5 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("6.2.0") + print("6.2.3") }