From 144594b3e1d899216796c49ff124b48e770010af Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 4 May 2023 04:54:00 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.23.2 ## [14.23.2](https://github.com/frappe/erpnext/compare/v14.23.1...v14.23.2) (2023-05-04) ### Bug Fixes * over production percentage not considered in validation ([4e83d0b](https://github.com/frappe/erpnext/commit/4e83d0baa6abebf7595737b2ae95ed00db341505)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4261cbaaa86..6f54f99bb43 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.23.1" +__version__ = "14.23.2" def get_default_company(user=None):