Skip to content

Commit f78491b

Browse files
Bump version to 0.1.1
1 parent 2c6dee1 commit f78491b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CLI/CLI.swift

Lines changed: 1 addition & 1 deletion
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.0",
8+
version: "0.1.1",
99
subcommands: [Run.self, Explore.self]
1010
)
1111
}

0 commit comments

Comments
 (0)