change version in hooks.py

This commit is contained in:
Pratik Vyas 2014-09-09 15:10:18 +05:30
parent 941f698daf
commit 2cf75fcca2

View File

@ -1,11 +1,10 @@
from erpnext.__version__ import __version__
app_name = "erpnext"
app_title = "ERPNext"
app_publisher = "Web Notes Technologies Pvt. Ltd. and Contributors"
app_description = "Open Source Enterprise Resource Planning for Small and Midsized Organizations"
app_icon = "icon-th"
app_color = "#e74c3c"
app_version = __version__
app_version = "4.1.0"
error_report_email = "support@erpnext.com"