chore: fix version

This commit is contained in:
rohitwaghchaure
2026-01-12 14:04:45 +05:30
committed by GitHub
parent 6dead8fd85
commit c7bf103c0c

View File

@@ -6,7 +6,7 @@ import frappe
from frappe.model.document import Document
from frappe.utils.user import is_website_user
__version__ = "16.0.0-dev"
__version__ = "16.0.0"
def get_default_company(user=None):