chore(release): Bumped to Version 15.23.3

## [15.23.3](https://github.com/frappe/erpnext/compare/v15.23.2...v15.23.3) (2024-05-15)

### Bug Fixes

* not able to submit landed cost voucher (backport [#41481](https://github.com/frappe/erpnext/issues/41481)) (backport [#41486](https://github.com/frappe/erpnext/issues/41486)) ([#41487](https://github.com/frappe/erpnext/issues/41487)) ([66684e7](66684e7e23))
This commit is contained in:
Frappe PR Bot
2024-05-15 13:27:07 +00:00
parent 66684e7e23
commit c1f7d5a2d1

View File

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