File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Binaries/PrefireBinary.artifactbundle
PrefireExecutable/Sources/prefire/Commands/Version Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 "artifacts" : {
44 "PrefireBinary" : {
55 "type" : " executable" ,
6- "version" : " 5.3 .0" ,
6+ "version" : " 5.4 .0" ,
77 "variants" : [
88 {
9- "path" : " prefire-5.3 .0-macos/bin/prefire" ,
9+ "path" : " prefire-5.4 .0-macos/bin/prefire" ,
1010 "supportedTriples" : [" x86_64-apple-macosx" , " arm64-apple-macosx" ]
1111 },
1212 ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ extension Prefire {
55 struct Version : ParsableCommand {
66 static let configuration = CommandConfiguration ( abstract: " Display the current version of Prefire " )
77
8- static let value : String = " 5.3 .0 "
8+ static let value : String = " 5.4 .0 "
99
1010 func run( ) throws {
1111 print ( Self . value)
You can’t perform that action at this time.
0 commit comments