Skip to content

Commit 842a3a4

Browse files
Bump version to 0.0.8
1 parent 33686a0 commit 842a3a4

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: AsyncParsableCommand {
55
static let configuration = CommandConfiguration(
66
commandName: "wasmkit",
77
abstract: "WebAssembly Runtime written in Swift.",
8-
version: "0.0.7",
8+
version: "0.0.8",
99
subcommands: [Run.self]
1010
)
1111
}

0 commit comments

Comments
 (0)