From 67ee01be1e77678efab8d6aac02f2a30556c6359 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Aug 2024 12:58:05 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.22.9 ## [5.22.9](https://github.com/frappe/bench/compare/v5.22.8...v5.22.9) (2024-08-30) ### Bug Fixes * don't allow uninstall frappe... ([1ab3763](https://github.com/frappe/bench/commit/1ab3763fd6238fa9a906331690890c559275782d)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index dc5ab9559..ec189e2ef 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.22.8" +VERSION = "5.22.9" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None