--- Sources/mas/Commands/Version.swift.orig 2024-11-03 14:25:25 +++ Sources/mas/Commands/Version.swift 2024-11-03 14:39:50 @@ -17,7 +17,7 @@ /// Runs the command. func run() throws { - print(Package.version) + print("@@VERSION@@") } } }