commit | db206f2d1078ccc44e48d26d82567ee70141ca13 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Mar 10 09:38:58 2017 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Mar 10 09:39:31 2017 +0530 |
tree | 26ce14a76164214badcdc9067308d5e236f16039 | |
parent | 733855a4c390082c14e1a01b1638f0bce43481dd [diff] |
[minor] develop_version
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 4c9672b..3e69340 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -12,6 +12,8 @@ app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext" +develop_version = '8.0.0-beta' + error_report_email = "support@erpnext.com" app_include_js = "assets/js/erpnext.min.js"