From d45fef542373bbe15b1cc5cb28cb25319ee3f609 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Tue, 30 Oct 2018 12:53:35 +0000 Subject: [PATCH] bumped to version 11.0.3-beta.16 --- erpnext/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 6c1575c54eb..9d21e4ba43f 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.3-beta.15' +staging_version = '11.0.3-beta.16' error_report_email = "support@erpnext.com"