From 48305ebb6a451cae85aa67931b4c114c283065e9 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 6 Nov 2025 00:06:02 +0000 Subject: [PATCH] v1.20.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9d0fea..276a94f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@git.zone/cli", "private": false, - "version": "1.19.9", + "version": "1.20.0", "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.", "main": "dist_ts/index.ts", "typings": "dist_ts/index.d.ts",