fix(assets): Correct URLs in templates and fix TypeScript declaration

This commit is contained in:
2024-12-26 14:48:07 +01:00
parent b73acf904a
commit b9b5736e5e
5 changed files with 13 additions and 7 deletions

View File

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