From 7028a7213688aeff42d2767c06b83aadbb02392d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Feb 2024 09:48:35 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.21.2 ## [5.21.2](https://github.com/frappe/bench/compare/v5.21.1...v5.21.2) (2024-02-01) ### Bug Fixes * increase tar file limit ([d8ce1b3](https://github.com/frappe/bench/commit/d8ce1b3cb4f743a5842d203fd82ea8ebe2ba96f8)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 18804c22..93ba5abf 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.21.1" +VERSION = "5.21.2" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None