chore(release): Bumped to Version 14.66.4

## [14.66.4](https://github.com/frappe/erpnext/compare/v14.66.3...v14.66.4) (2024-04-07)

### Bug Fixes

* incorrect operator causing incorrect validation ([60ba62e](60ba62e882))
This commit is contained in:
Frappe PR Bot
2024-04-07 12:34:56 +00:00
parent 5629ad21d2
commit 8d8feadeae

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.66.3"
__version__ = "14.66.4"
def get_default_company(user=None):