Skip to content

Commit

Permalink
Version update to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BarredEwe committed Feb 7, 2025
1 parent 86e875f commit b98326f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Binaries/PrefireBinary.artifactbundle/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"artifacts": {
"PrefireBinary": {
"type": "executable",
"version": "3.4.0",
"version": "3.5.0",
"variants": [
{
"path": "prefire-3.4.0-macos/bin/prefire",
"path": "prefire-3.5.0-macos/bin/prefire",
"supportedTriples": ["x86_64-apple-macosx", "arm64-apple-macosx"]
},
]
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extension Prefire {
struct Version: ParsableCommand {
static let configuration = CommandConfiguration(abstract: "Display the current version of Prefire")

static var value: String = "3.4.0"
static var value: String = "3.5.0"

func run() throws {
print(Self.value)
Expand Down

0 comments on commit b98326f

Please sign in to comment.