From d420eeb8841cd8ae0c7d8ab0328b9fcd8727c11b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 14 Jul 2023 10:43:22 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.30.4 ## [14.30.4](https://github.com/frappe/erpnext/compare/v14.30.3...v14.30.4) (2023-07-14) ### Bug Fixes * Handle multi-company in patch ([#36127](https://github.com/frappe/erpnext/issues/36127)) ([43d6cc0](https://github.com/frappe/erpnext/commit/43d6cc087eae8eccf4161378b27bfa4b410bb5b9)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5bf10ee1be8..ac872c4482f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.30.3" +__version__ = "14.30.4" def get_default_company(user=None):