From a7ae0e62287f8a3354644ca96a7f9a0a4524f849 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 Dec 2021 12:55:09 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.7.4 ## [5.7.4](https://github.com/frappe/bench/compare/v5.7.3...v5.7.4) (2021-12-28) ### Bug Fixes * Command picking & execution ([2fa25d8](https://github.com/frappe/bench/commit/2fa25d8791e23385eec60614abfd190f3d39a617)) * Set correct remote_server for cloning ([9802fea](https://github.com/frappe/bench/commit/9802feaa9cc658b7c96911f3fcdc6e6f72b9ec6e)) * Set proper branch to clone ([217f27f](https://github.com/frappe/bench/commit/217f27f51188d6fc4fea9e3f86d88d70410ba1a7)) * Set verbosity if --verbose is passed anywhere period ([2caf7e7](https://github.com/frappe/bench/commit/2caf7e7d154cddddcfa98cda81cdfa11ae9e24a9)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 66ca98cf..047f1b69 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.7.3" +VERSION = "5.7.4" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None