diff --git a/Sources/CLI/CLI.swift b/Sources/CLI/CLI.swift index 1729fa0c..35c579dd 100644 --- a/Sources/CLI/CLI.swift +++ b/Sources/CLI/CLI.swift @@ -5,7 +5,7 @@ struct CLI: AsyncParsableCommand { static let configuration = CommandConfiguration( commandName: "wasmkit", abstract: "WebAssembly Runtime written in Swift.", - version: "0.0.1", + version: "0.0.3", subcommands: [Run.self] ) }