fix(cli): Initial implementation of CLI utility with project management features

This commit is contained in:
2025-01-29 15:38:35 +01:00
parent 3a1138da83
commit d861fcb2d4
2 changed files with 8 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.12.2',
version: '1.12.5',
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
}