From 33d5dd43ac43ce6b96ae29c896e97f668bdc7908 Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Sun, 8 Dec 2024 13:23:25 +0300 Subject: [PATCH] chore: sign with cosign (#875) ## What ## Why ## Notes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e6b9d6d9..a9c971509 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "0.88.4", + "version": "0.88.5", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true,