chore(release): Bumped to Version 14.66.2

## [14.66.2](https://github.com/frappe/erpnext/compare/v14.66.1...v14.66.2) (2024-03-29)

### Bug Fixes

* use sql to clear comments ([0322c1a](0322c1a36e))
This commit is contained in:
Frappe PR Bot
2024-03-29 05:41:39 +00:00
parent db56d259cc
commit c1a95c05bc

View File

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