From 9b7bda958b7498a91501061a2f5b35ef6b958962 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 17 May 2024 05:27:58 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/68faf575db6690f92164e8ca6223366830e94e3a)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ca66978e7bb..73d34d5e0fe 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.23.3" +__version__ = "15.24.0" def get_default_company(user=None):