From 8ab26cd76d37ca524deea236c265e29c8037506b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 29 Mar 2024 19:09:53 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.18.3 ## [15.18.3](https://github.com/frappe/erpnext/compare/v15.18.2...v15.18.3) (2024-03-29) ### Bug Fixes * sales / prchase return validation issue ([2eac2ef](https://github.com/frappe/erpnext/commit/2eac2ef69fae71d570eb7dceb6edb6e312fbef36)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c47c67a190a..548d5a823d7 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.18.2" +__version__ = "15.18.3" def get_default_company(user=None):