From 1a1a416aa5be9d070119b2a7764323f7e9135932 Mon Sep 17 00:00:00 2001 From: Gabriel Pinto Date: Thu, 29 Aug 2024 16:33:06 -0400 Subject: [PATCH] chore: bump version to 2.9.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba9bdce..2bbc6d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fleek-platform/cli", - "version": "2.9.0", + "version": "2.9.1", "bin": { "fleek": "bin/index.js" },