From 34d3f5814985fab969f8bc800b973ba6812d4779 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 10 Apr 2025 06:02:52 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.85.1 ## [14.85.1](https://github.com/frappe/erpnext/compare/v14.85.0...v14.85.1) (2025-04-10) ### Bug Fixes * serial no validation for stock reconciliation ([c388b75](https://github.com/frappe/erpnext/commit/c388b7579c60dea02f4fcc29993265c2103ac473)) ### Performance Improvements * stock ageing report generation ([eaa2974](https://github.com/frappe/erpnext/commit/eaa297475f587ec9048513960337fc05722bbaf7)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3f300a40fff..6eb3fc2e8fa 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.85.0" +__version__ = "14.85.1" def get_default_company(user=None):