chore(release): Bumped to Version 14.74.5

## [14.74.5](https://github.com/frappe/erpnext/compare/v14.74.4...v14.74.5) (2024-10-12)

### Bug Fixes

* validation for corrective job card (backport [#43555](https://github.com/frappe/erpnext/issues/43555)) (backport [#43558](https://github.com/frappe/erpnext/issues/43558)) ([#43628](https://github.com/frappe/erpnext/issues/43628)) ([ea0f044](ea0f044c48))
This commit is contained in:
Frappe PR Bot
2024-10-12 15:51:49 +00:00
parent 136adcb793
commit 7404911940

View File

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