This commit is contained in:
grngxd 2025-06-24 16:23:45 +01:00
parent 4d1470de56
commit 07e50ddc1e
3 changed files with 5 additions and 4 deletions

View file

@ -6,7 +6,7 @@ const program = new Command();
program
.name('mix')
.description('a declerative file-based package manager for windows.')
.version('0.0.5', '-v, --version', 'output the current version');
.version('0.0.6', '-v, --version', 'output the current version');
registerCommands(program);
program.parse();