chore(release): Bumped to Version 15.24.0

# [15.24.0](https://github.com/frappe/erpnext/compare/v15.23.3...v15.24.0) (2024-05-17)

### Features

* Config to enable immutable ledger ([68faf57](68faf575db))
This commit is contained in:
Frappe PR Bot
2024-05-17 05:27:58 +00:00
parent 00144c92af
commit 9b7bda958b

View File

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