Skip to content

Commit

Permalink
Bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Apr 26, 2024
1 parent 3870104 commit e56f0fc
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.3",
version: "0.0.4",
subcommands: [Run.self]
)
}

0 comments on commit e56f0fc

Please sign in to comment.