From 9adbc4b5ddc6debff7008de26ab3da1ac16223d1 Mon Sep 17 00:00:00 2001 From: ttozzi Date: Fri, 5 Sep 2025 01:39:37 +0900 Subject: [PATCH] Update version to 6.2.1 --- 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..7c38a8fc 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.1") }