fix: develop version as 12.0.0.dev

This commit is contained in:
sahil28297
2020-03-20 15:20:28 +05:30
committed by GitHub
parent 54cbff9e80
commit fcdc2b1815

View File

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