From 6e18a9ecd9bf1bf59f7f98f4190b8922574915a9 Mon Sep 17 00:00:00 2001 From: swift-ci Date: Tue, 15 Oct 2024 18:27:17 +0000 Subject: [PATCH] Change version to 601.0.0-prerelease-2024-10-15 --- 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..ca36ddb89 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-10-15") }