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