From 786c9faaf9b96f719556d5658fff2e460a24899a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 21 Oct 2023 06:03:35 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.18.0 # [5.18.0](https://github.com/frappe/bench/compare/v5.17.2...v5.18.0) (2023-10-21) ### Bug Fixes * **easy-install:** set default site to site1.localhost ([fde7a82](https://github.com/frappe/bench/commit/fde7a8209dbdbb8b50b413fe1174ae62bb06b395)) * image replace and site creation ([f93f065](https://github.com/frappe/bench/commit/f93f065ba3477c3316f21422406d0f65e813c8eb)) * nodejs redis v4 interprets localhost as ipv6 address ([697939e](https://github.com/frappe/bench/commit/697939e2058f7e7ad81b1aee4848c60402d6b46f)) * override X-Forwarded-For address in bench manager ([53a8fed](https://github.com/frappe/bench/commit/53a8fedadc266a4ea9c02edc33480547857fc53b)) ### Features * allow custom image in easy install ([8ba685c](https://github.com/frappe/bench/commit/8ba685cc50ee333cf764181e82096c80ece4ab28)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 1a451b141..939e62501 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.17.2" +VERSION = "5.18.0" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None