chore(release): Bumped to Version 14.22.1

## [14.22.1](https://github.com/frappe/erpnext/compare/v14.22.0...v14.22.1) (2023-04-20)

### Bug Fixes

* add limit for get_next_stock_reco ([#34937](https://github.com/frappe/erpnext/issues/34937)) ([78ad0ea](78ad0eaa74))
This commit is contained in:
Frappe PR Bot
2023-04-20 05:12:57 +00:00
parent 40058c2617
commit 6faf459f97

View File

@@ -2,7 +2,7 @@ import inspect
import frappe
__version__ = "14.22.0"
__version__ = "14.22.1"
def get_default_company(user=None):