diff --git a/Sources/CLI/CLI.swift b/Sources/CLI/CLI.swift index 97d3fd34..5a126341 100644 --- a/Sources/CLI/CLI.swift +++ b/Sources/CLI/CLI.swift @@ -5,7 +5,7 @@ struct CLI: ParsableCommand { static let configuration = CommandConfiguration( commandName: "wasmkit", abstract: "WasmKit WebAssembly Runtime", - version: "0.1.2", + version: "0.1.3", subcommands: [Run.self, Explore.self] ) }