diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 67a697bedf..1cad444eb5 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -1,11 +1,10 @@ -from erpnext.__version__ import __version__ app_name = "erpnext" app_title = "ERPNext" app_publisher = "Web Notes Technologies Pvt. Ltd. and Contributors" app_description = "Open Source Enterprise Resource Planning for Small and Midsized Organizations" app_icon = "icon-th" app_color = "#e74c3c" -app_version = __version__ +app_version = "4.1.0" error_report_email = "support@erpnext.com"