From 5b276428807bfb81db60bcce51818dbf7adf83b9 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 28 Jun 2023 15:26:36 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.27.14 ## [14.27.14](https://github.com/frappe/erpnext/compare/v14.27.13...v14.27.14) (2023-06-28) ### Bug Fixes * asset movement ([#35918](https://github.com/frappe/erpnext/issues/35918)) ([4f9c28c](https://github.com/frappe/erpnext/commit/4f9c28cd2265cb043527d960ecf8b575ec722b71)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5a739ca1c68..5d308202516 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.27.13" +__version__ = "14.27.14" def get_default_company(user=None):