From a7eb24488eaec1667c81b108047b56ae7ea5fc24 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 10 Mar 2026 06:45:58 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.8.3 ## [16.8.3](https://github.com/frappe/erpnext/compare/v16.8.2...v16.8.3) (2026-03-10) ### Bug Fixes * patch failing ([7149630](https://github.com/frappe/erpnext/commit/7149630eff1a9b57b43f0f92167e07fcebe7c062)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index bda51bbd19b..51d4643fd87 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.8.2" +__version__ = "16.8.3" def get_default_company(user=None):