change version in hooks.py
This commit is contained in:
parent
941f698daf
commit
2cf75fcca2
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user