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](4e83d0baa6))
This commit is contained in:
Frappe PR Bot
2023-05-04 04:54:00 +00:00
parent 64b416b4dd
commit 144594b3e1

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.23.1"
__version__ = "14.23.2"
def get_default_company(user=None):