chore(release): Bumped to Version 16.23.1

## [16.23.1](https://github.com/frappe/erpnext/compare/v16.23.0...v16.23.1) (2026-06-19)

### Bug Fixes

* type def in get_linked_payments (backport [#56100](https://github.com/frappe/erpnext/issues/56100)) ([#56133](https://github.com/frappe/erpnext/issues/56133)) ([6569fa2](6569fa2b9f))
This commit is contained in:
Frappe PR Bot
2026-06-19 08:39:21 +00:00
parent 6569fa2b9f
commit d47aa4917a

View File

@@ -6,7 +6,7 @@ import frappe
from frappe.model.document import Document
from frappe.utils.user import is_website_user
__version__ = "16.23.0"
__version__ = "16.23.1"
def get_default_company(user=None):