Skip to content

Commit

Permalink
Sync CLI display version with the actual version 0.0.3
Browse files Browse the repository at this point in the history
The version was not updated in the last two releases.
  • Loading branch information
kateinoigakukun committed Feb 7, 2024
1 parent 3c42cae commit ef1cf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CLI/CLI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ struct CLI: AsyncParsableCommand {
static let configuration = CommandConfiguration(
commandName: "wasmkit",
abstract: "WebAssembly Runtime written in Swift.",
version: "0.0.1",
version: "0.0.3",
subcommands: [Run.self]
)
}

0 comments on commit ef1cf92

Please sign in to comment.