chore(release): Bumped to Version 14.92.13

## [14.92.13](https://github.com/frappe/erpnext/compare/v14.92.12...v14.92.13) (2026-03-21)

### Bug Fixes

* allow zero valuation rate ([7a98e13](7a98e13d7d))
This commit is contained in:
Frappe PR Bot
2026-03-21 08:34:35 +00:00
parent 266ac2d5be
commit 5bbfb79cdc

View File

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