From 7606c514afa4fd5a201322545a453f6350da7452 Mon Sep 17 00:00:00 2001 From: Riccardo Rotta Date: Tue, 23 Jan 2024 12:42:01 +0100 Subject: [PATCH] chore: revert cli package.json version --- packages/cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index b093ac8b2..f1b3b9d4d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@noovolari/leapp-cli", "description": "Leapp's Command Line Interface\n\nIt relies on Leapp Core, which encapsulates the domain logic.\n\nFor more information about the project visit the [site](www.leapp.cloud).", - "version": "0.1.58", + "version": "0.1.57", "author": { "name": "Noovolari", "email": "info@noovolari.com" @@ -150,4 +150,4 @@ "debug-session-list": "./bin/run session list" }, "types": "dist/index.d.ts" -} \ No newline at end of file +}