Skip to content

Commit

Permalink
Version update to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BarredEwe committed Dec 24, 2024
1 parent 929576c commit 1e049c1
Show file tree
Hide file tree
Showing 3 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.0.5",
"version": "3.1.0",
"variants": [
{
"path": "prefire-3.0.5-macos/bin/prefire",
"path": "prefire-3.1.0-macos/bin/prefire",
"supportedTriples": ["x86_64-apple-macosx", "arm64-apple-macosx"]
},
]
Expand Down
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.0.5"
static var value: String = "3.1.0"

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

0 comments on commit 1e049c1

Please sign in to comment.