chore(release): Bumped to Version 13.48.1

## [13.48.1](https://github.com/frappe/erpnext/compare/v13.48.0...v13.48.1) (2023-02-27)

### Bug Fixes

* not able to repost gl entries ([a34aff6](a34aff6f49))
This commit is contained in:
Frappe PR Bot
2023-02-27 14:34:43 +00:00
parent 74303b65cf
commit c4d9576f9f

View File

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