commit | 5605f8f20e62cb72380ffc89959bd73d11008b84 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Wed Dec 16 13:48:40 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Wed Dec 16 13:48:40 2015 +0600 |
tree | 53e3934b4d721980e077f86edde4e1b7f3675a68 | |
parent | a1580f2781e7737d7f6d3748a40f560637ae49c4 [diff] [blame] |
bumped to version 6.13.1
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 455a87d..e6fa9a6 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.13.0" +app_version = "6.13.1" app_email = "info@erpnext.com" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext"