commit | 56c605f36ee35ec8e745a11d66e90fc83590293e | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Fri Nov 20 01:12:15 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Fri Nov 20 01:12:15 2015 +0600 |
tree | eb270444b4b597194f8aae1dd19e209402307c3a | |
parent | 8c56adf42b34e6ea6529aa263c9988f764b5b32a [diff] [blame] |
bumped to version 6.10.1
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 6ed7c62..a4ea57e 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -7,7 +7,7 @@ app_description = """ERP made simple""" app_icon = "icon-th" app_color = "#e74c3c" -app_version = "6.10.0" +app_version = "6.10.1" app_email = "info@erpnext.com" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext"