chore: correct __version__ on develop branch. (#28582)

This commit is contained in:
Ankush Menat 2021-11-26 16:29:21 +05:30 committed by GitHub
parent 38dfb60243
commit efec85d5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ import frappe
from erpnext.hooks import regional_overrides
__version__ = '13.9.0'
__version__ = '14.0.0-dev'
def get_default_company(user=None):
'''Get default company for user'''