From 7a7ec6302fa8a756f2e94aaeb732fe98328eec34 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Feb 2024 13:54:43 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.22.0 # [5.22.0](https://github.com/frappe/bench/compare/v5.21.5...v5.22.0) (2024-02-07) ### Features * `bench validate-dependencies` command ([#1534](https://github.com/frappe/bench/issues/1534)) ([ab9b617](https://github.com/frappe/bench/commit/ab9b6172a4da8d230637069f06c910090d9b4505)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 213705f7..0fa97dbf 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.21.5" +VERSION = "5.22.0" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None