Skip to content

Commit 75ee647

Browse files
committed
Update version to 5.4.0
1 parent 78834e8 commit 75ee647

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Binaries/PrefireBinary.artifactbundle/info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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
]

Binaries/PrefireBinary.artifactbundle/prefire-5.3.0-macos/bin/prefire renamed to Binaries/PrefireBinary.artifactbundle/prefire-5.4.0-macos/bin/prefire

38.1 MB
Binary file not shown.

PrefireExecutable/Sources/prefire/Commands/Version/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)