Skip to content

Commit

Permalink
Bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jul 28, 2024
1 parent 33686a0 commit 842a3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CLI/CLI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ struct CLI: AsyncParsableCommand {
static let configuration = CommandConfiguration(
commandName: "wasmkit",
abstract: "WebAssembly Runtime written in Swift.",
version: "0.0.7",
version: "0.0.8",
subcommands: [Run.self]
)
}

0 comments on commit 842a3a4

Please sign in to comment.