commit | 48b1633ff5a33eef42798e2fc6335d1f31394421 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Tue Dec 01 16:54:13 2015 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Tue Dec 01 16:54:13 2015 +0600 |
tree | bbcd86b194f262551193b9f59c6a258488f5ce39 | |
parent | 4140fa59c57e6a909d0a1a2c612a4f7adc60ab49 [diff] [blame] |
bumped to version 6.12.0
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 7ed5708..3a9a3b5 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.11.3" +app_version = "6.12.0" app_email = "info@erpnext.com" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext"