chore(release): Bumped to Version 13.49.10

## [13.49.10](https://github.com/frappe/erpnext/compare/v13.49.9...v13.49.10) (2023-03-30)

### Bug Fixes

* serial no with zero quantity issue in stock reco ([4cf66f0](4cf66f0585))
This commit is contained in:
Frappe PR Bot
2023-03-30 08:48:15 +00:00
parent b1bb749e23
commit 278f38f2aa

View File

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