From bcef7e3d143df9c81d0ab5588a956c84fd41bb18 Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Thu, 19 Sep 2024 11:52:57 +0300 Subject: [PATCH] chore: bump the version too --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80f3a070..cbb1233f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apify-cli", - "version": "0.20.7", + "version": "0.20.8", "description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.", "exports": "./dist/index.js", "types": "./dist/index.d.ts",