From 5388531bef919d00d6e55bda410faf1e072a8219 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2024 05:42:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.22.7 ## [5.22.7](https://github.com/frappe/bench/compare/v5.22.6...v5.22.7) (2024-08-19) ### Bug Fixes * **ansible:** Use include_tasks instead of include ([cbd703d](https://github.com/frappe/bench/commit/cbd703d436ee6b4917db865f1e526e7ae50b3fd3)) * ERROR! [DEPRECATED] ([caa5fa0](https://github.com/frappe/bench/commit/caa5fa0eadc0c00edc96b2fc765d2720192bb224)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index ea72edb6f..ed0b7f30d 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.22.6" +VERSION = "5.22.7" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None