From c7bf103c0c6358f6a460a29384d46afef94d7d74 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Mon, 12 Jan 2026 14:04:45 +0530 Subject: [PATCH] chore: fix version --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6ecfb8df807..a6dc7a8c72b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -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):