From 3ef12bb7f25cf4b1e09ec9734f8119f2a441ea2a Mon Sep 17 00:00:00 2001 From: Saurabh Date: Thu, 20 Sep 2018 14:00:46 +0600 Subject: [PATCH] bumped to version 11.0.1 --- erpnext/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 20552beaa4..d944874437 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.0-beta' +staging_version = '11.0.1' error_report_email = "support@erpnext.com"