From caf169d13d928991fa360615f56ed4e7246cfba2 Mon Sep 17 00:00:00 2001 From: Ben Barham Date: Mon, 2 Jun 2025 15:56:28 -0700 Subject: [PATCH] Update version to 6.2.0 --- 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 15b90e48a..9cc1f6881 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.2.0") }