From d2e1ba1f3b4d047ca8ca791144a15ca840f66d75 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Apr 2024 10:54:44 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.22.4 ## [5.22.4](https://github.com/frappe/bench/compare/v5.22.3...v5.22.4) (2024-04-29) ### Bug Fixes * add jammy package for Ubuntu 22 ([#1549](https://github.com/frappe/bench/issues/1549)) ([5a0922d](https://github.com/frappe/bench/commit/5a0922d9918ecf37fb5bede93f5921d45f3334cb)) * Switched to native GIT way to lookup branch names ([#1553](https://github.com/frappe/bench/issues/1553)) ([1751b2d](https://github.com/frappe/bench/commit/1751b2db5bcedc33276026f3283a4ff1f0d5ac04)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 431b5a4e7..f688f40d4 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.22.3" +VERSION = "5.22.4" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None