chore(release): Bumped to Version 14.92.14

## [14.92.14](https://github.com/frappe/erpnext/compare/v14.92.13...v14.92.14) (2026-04-10)

### Bug Fixes

* added exception handling on service level agreement apply hook ([#50096](https://github.com/frappe/erpnext/issues/50096)) ([#54192](https://github.com/frappe/erpnext/issues/54192)) ([12b2788](12b27883f6))
This commit is contained in:
Frappe PR Bot
2026-04-10 11:53:37 +00:00
parent df6dc540f8
commit adf92a8292

View File

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