fix(DX): Check Frappe and ERPNext major versions (#35651)

This commit is contained in:
Ankush Menat
2023-06-12 19:20:52 +05:30
committed by GitHub
parent 4f3d531f35
commit 1e8ee9354a
3 changed files with 26 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.0.0-dev"
__version__ = "15.0.0-dev"
def get_default_company(user=None):