commit | 1d77452fe0c604fca4ecc22d147898368d276a87 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Wed Feb 17 13:32:25 2016 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Wed Feb 17 13:32:25 2016 +0600 |
tree | b335ebb41b1bd9e4548d597abb3526a6a6c6eaf5 | |
parent | 9c0983f1b6d0273471112919c52024a564433da9 [diff] [blame] |
bumped to version 6.22.0
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index aa4ae96..2cb3bd5 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.21.6" +app_version = "6.22.0" app_email = "info@erpnext.com" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext"