bump VERSION to 0.2.0

This commit is contained in:
2026-08-07 19:32:48 -04:00
parent 91a831c5f9
commit 2730fa3cae

View File

@@ -1,4 +1,4 @@
const VERSION = "0.1.0";
const VERSION = "0.2.0";
interface CliArgs {
version: boolean;