diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 83c45347eb..22c92577e2 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -12,7 +12,7 @@ app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext" develop_version = '11.x.x-develop' -staging_version = '11.0.1' +staging_version = '11.0.2' error_report_email = "support@erpnext.com"