From 7c3f47f01eb0e8b95c2c21dff5789565533fba48 Mon Sep 17 00:00:00 2001 From: swift-ci Date: Thu, 12 Dec 2024 22:15:28 +0000 Subject: [PATCH] Change version to 601.0.0-prerelease-2024-12-12 --- 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..8b1fa841c 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("601.0.0-prerelease-2024-12-12") }