@opencomputer/cli 0.3.7 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
2
|
import { runCommand } from "./commands.js";
|
|
3
|
-
const VERSION = "0.3.
|
|
3
|
+
const VERSION = "0.3.8";
|
|
4
4
|
const BANNER = String.raw ` ____ ______ __
|
|
5
5
|
/ __ \____ ___ ____ / ____/___ ____ ___ ____ __ / /____ _____
|
|
6
6
|
/ / / / __ \/ _ \/ __ \/ / / __ \/ __ __ \/ __ \/ / / / __ \/ ___/
|