chore(release): Bumped to Version 13.51.1

## [13.51.1](https://github.com/frappe/erpnext/compare/v13.51.0...v13.51.1) (2023-06-07)

### Bug Fixes

* Interest Accrual on Loan Topup ([#35555](https://github.com/frappe/erpnext/issues/35555)) ([1415f40](1415f40dfb))
* Task gantt popup style ([5544801](55448017d7))
This commit is contained in:
Frappe PR Bot
2023-06-07 06:18:08 +00:00
parent 1897d6f214
commit f182fc1f8e

View File

@@ -4,7 +4,7 @@ import frappe
from erpnext.hooks import regional_overrides
__version__ = "13.51.0"
__version__ = "13.51.1"
def get_default_company(user=None):