diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 65ccec47fd..61381b2703 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from erpnext.hooks import regional_overrides -__version__ = '8.11.3' +__version__ = '8.11.4' def get_default_company(user=None): '''Get default company for user'''