fix(cli): Improve commit message logging

This commit is contained in:
2025-03-07 02:30:14 +00:00
parent f5d78f3b40
commit 6ec5d275bb
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.13.0',
version: '1.13.1',
description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
}