chore(release): Bumped to Version 14.1.2

## [14.1.2](https://github.com/frappe/erpnext/compare/v14.1.1...v14.1.2) (2022-09-14)

### Bug Fixes

* correct sql output format in CRM patch (backport [#32213](https://github.com/frappe/erpnext/issues/32213)) ([#32214](https://github.com/frappe/erpnext/issues/32214)) ([fed2353](fed23536dc))
This commit is contained in:
Frappe PR Bot
2022-09-14 13:52:36 +00:00
parent fed23536dc
commit 14e5f239ac

View File

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