Skip to content

Commit ab62093

Browse files
Bump version to 0.1.5
1 parent f2a167a commit ab62093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CLI/CLI.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ struct CLI: ParsableCommand {
55
static let configuration = CommandConfiguration(
66
commandName: "wasmkit",
77
abstract: "WasmKit WebAssembly Runtime",
8-
version: "0.1.4",
8+
version: "0.1.5",
99
subcommands: [Run.self, Explore.self]
1010
)
1111
}

0 commit comments

Comments
 (0)