From acbceb8f96553867aebcc1d311da45e5653b3451 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Sep 2023 06:33:45 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.17.2 ## [5.17.2](https://github.com/frappe/bench/compare/v5.17.1...v5.17.2) (2023-09-06) ### Bug Fixes * sync socketio port for old benches ([#1481](https://github.com/frappe/bench/issues/1481)) ([c2af169](https://github.com/frappe/bench/commit/c2af169dd6470a0887bb0422445519e0446e77ad)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 803c2929..1a451b14 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.17.1" +VERSION = "5.17.2" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None