From 943acbfea884e1f02d0264d7f5fe2f63ce25807c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 24 Apr 2023 12:41:30 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.22.3 ## [14.22.3](https://github.com/frappe/erpnext/compare/v14.22.2...v14.22.3) (2023-04-24) ### Bug Fixes * incorrect OR condition causing timeout error ([d5910fb](https://github.com/frappe/erpnext/commit/d5910fba44c15ce8e65ffcf376680a39af0ff833)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8cd602e5dbe..a26916d40ea 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.22.2" +__version__ = "14.22.3" def get_default_company(user=None):