fix(logging): Optimize logger instantiation and configuration.

This commit is contained in:
2024-06-23 17:41:51 +02:00
parent 2361bfcad4
commit dc43deece9
3 changed files with 8 additions and 12 deletions

View File

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