From 6f4ddf6c50dbfcb0f947ba0c887851fa17e74e41 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Feb 2024 07:37:53 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.21.5 ## [5.21.5](https://github.com/frappe/bench/compare/v5.21.4...v5.21.5) (2024-02-07) ### Bug Fixes * Check yarn files during install ([#1533](https://github.com/frappe/bench/issues/1533)) ([1a42175](https://github.com/frappe/bench/commit/1a421758a8923aed9325089f54d205c2bececb0c)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index ca64802e..213705f7 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.21.4" +VERSION = "5.21.5" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None