chore(release): Bumped to Version 14.22.2

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

### Bug Fixes

* filtering via batch no ([#34951](https://github.com/frappe/erpnext/issues/34951)) ([1b827e6](1b827e6b67)), closes [#34950](https://github.com/frappe/erpnext/issues/34950)
This commit is contained in:
Frappe PR Bot
2023-04-20 07:24:45 +00:00
parent 74abe94711
commit ca9b02fb53

View File

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