From 14a9d82f5c629ae0aea2a9600d3a13ca6aaba83b Mon Sep 17 00:00:00 2001 From: swift-ci Date: Sat, 11 Oct 2025 09:39:36 +0000 Subject: [PATCH] Update version to undo-sha-pinning --- 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..2c0a12705 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("undo-sha-pinning") }