We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72ca8c commit e66daf0Copy full SHA for e66daf0
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.3",
+ version: "0.1.4",
9
subcommands: [Run.self, Explore.self]
10
)
11
}
0 commit comments