We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a167a commit ab62093Copy full SHA for ab62093
Sources/CLI/CLI.swift
@@ -5,7 +5,7 @@ struct CLI: ParsableCommand {
5
static let configuration = CommandConfiguration(
6
commandName: "wasmkit",
7
abstract: "WasmKit WebAssembly Runtime",
8
- version: "0.1.4",
+ version: "0.1.5",
9
subcommands: [Run.self, Explore.self]
10
)
11
}
0 commit comments