chore(release): Bumped to Version 13.49.8

## [13.49.8](https://github.com/frappe/erpnext/compare/v13.49.7...v13.49.8) (2023-03-25)

### Bug Fixes

* valuation rate issue while making stock entry from PO ([78bd698](78bd698f9e))
This commit is contained in:
Frappe PR Bot
2023-03-25 14:50:08 +00:00
parent 7b2dc2449d
commit 8c4f45307e

View File

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