From cf770e784daf1d7660b8163c48c4b9310f141474 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 25 Mar 2024 02:57:34 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.65.8 ## [14.65.8](https://github.com/frappe/erpnext/compare/v14.65.7...v14.65.8) (2024-03-25) ### Bug Fixes * reset update outstanding flag for old records ([73c534c](https://github.com/frappe/erpnext/commit/73c534cf1a1bcaddd3c7017876503df5452eac5c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7675494209f..0d3ffcf2d09 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.65.7" +__version__ = "14.65.8" def get_default_company(user=None):