From 09c6678b2ded8440e82e4a3b800580ceefc536bb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Mar 2022 07:40:54 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.8.1 ## [5.8.1](https://github.com/frappe/bench/compare/v5.8.0...v5.8.1) (2022-03-22) ### Bug Fixes * setup all apps is empty list is supplied ([7ab469a](https://github.com/frappe/bench/commit/7ab469af84be283098a17a01526c0e5572a16e3a)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 09a3317d..2eec0b7c 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.8.0" +VERSION = "5.8.1" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None