From 6faf459f970906076b91d93aaa2b6c2beb1df877 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 20 Apr 2023 05:12:57 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.22.1 ## [14.22.1](https://github.com/frappe/erpnext/compare/v14.22.0...v14.22.1) (2023-04-20) ### Bug Fixes * add limit for get_next_stock_reco ([#34937](https://github.com/frappe/erpnext/issues/34937)) ([78ad0ea](https://github.com/frappe/erpnext/commit/78ad0eaa740fa849db03574c12aa73296999c160)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 52fcc56b487..02b2caf6ce1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.22.0" +__version__ = "14.22.1" def get_default_company(user=None):