chore(release): Bumped to Version 14.18.2

## [14.18.2](https://github.com/frappe/erpnext/compare/v14.18.1...v14.18.2) (2023-03-09)

### Reverts

* Revert "fix: Default sales team not getting set" (#34376) ([f71d85d](f71d85d7c3)), closes [#34376](https://github.com/frappe/erpnext/issues/34376) [#34376](https://github.com/frappe/erpnext/issues/34376) [#34284](https://github.com/frappe/erpnext/issues/34284)
This commit is contained in:
Frappe PR Bot
2023-03-09 10:26:37 +00:00
parent 7ca3130010
commit fcbcbc0aa7

View File

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