fix: develop version as 12.x.x instead of 12.2.0

This commit is contained in:
sahil28297 2020-03-20 14:23:27 +05:30 committed by GitHub
parent ef491f92d2
commit 54cbff9e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ import frappe
from erpnext.hooks import regional_overrides
from frappe.utils import getdate
__version__ = '12.2.0'
__version__ = '12.x.x'
def get_default_company(user=None):
'''Get default company for user'''