fix(metadata): Ensure accurate project metadata in package.json

This commit is contained in:
2024-06-23 17:13:40 +02:00
parent 5463f6e459
commit bb1e0a5679
2 changed files with 8 additions and 1 deletions

View File

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