From 658a7c536d40186e22c3917ab9bb654adbd65765 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 22 Dec 2025 08:35:29 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.92.4 ## [15.92.4](https://github.com/frappe/erpnext/compare/v15.92.3...v15.92.4) (2025-12-22) ### Bug Fixes * added limit ([0e73c12](https://github.com/frappe/erpnext/commit/0e73c12add807eef2545cb9a20c9c63c1848424d)) * same serial number was picked in multiple sales invoices ([05ad50f](https://github.com/frappe/erpnext/commit/05ad50f98ba9c3e6467c9da766cda9b280a36525)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 220ad9352f4..135fa36b8ac 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.92.3" +__version__ = "15.92.4" def get_default_company(user=None):