chore(release): Bumped to Version 14.66.1

## [14.66.1](https://github.com/frappe/erpnext/compare/v14.66.0...v14.66.1) (2024-03-27)

### Bug Fixes

* Priority not copied from project template ([af6dd3b](af6dd3bcfb))
This commit is contained in:
Frappe PR Bot
2024-03-27 11:21:16 +00:00
parent 94f15797f5
commit 5827bdcbc2

View File

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