From 93ebb779c07dad2598919de8202d6df1f97189d4 Mon Sep 17 00:00:00 2001 From: swift-ci Date: Tue, 1 Oct 2024 03:43:57 +0000 Subject: [PATCH] Change version to 601.0.0-prerelease-2024-10-01 --- 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 15b90e48..a24f7a7f 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-01") }