From c6f158aff4071fc189cd4f6b6f639a2c6fcba701 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 31 Jul 2022 17:01:36 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.13.2 ## [5.13.2](https://github.com/frappe/bench/compare/v5.13.1...v5.13.2) (2022-07-31) ### Bug Fixes * Remove backup command ([#1345](https://github.com/frappe/bench/issues/1345)) ([0cd5fca](https://github.com/frappe/bench/commit/0cd5fca32226c40e8689d82ea1177fb6ab3520e3)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 3c759feb..a17e4f30 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.13.1" +VERSION = "5.13.2" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None