commit | 3fc4e7c53f7f3ba5f30c15134de1da93ce2209e6 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jan 21 17:40:14 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jan 21 17:40:14 2016 +0600 |
tree | 9457f5f35d0fd724113f53a52910bad1d9c31d52 | |
parent | 1d21274d65b01aa80abe22bb12530c69b8508033 [diff] [blame] |
bumped to version 6.18.1
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index a1c369e..4a70112 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.18.0" +app_version = "6.18.1" app_email = "info@erpnext.com" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext"