From 1f39bb9c7a6b90a26c9e3f89db401e74b3b285ad Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 3 Jan 2025 01:21:42 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.78.8 ## [14.78.8](https://github.com/frappe/erpnext/compare/v14.78.7...v14.78.8) (2025-01-03) ### Bug Fixes * BOM cost update issue ([4977843](https://github.com/frappe/erpnext/commit/49778432eace22d936107d4f2a50683503cc91d3)) * removed unused code ([9efc1de](https://github.com/frappe/erpnext/commit/9efc1de40eb19cfd1e805adac5ccae8f413ebab5)) * slow stock transactions (backport [#45025](https://github.com/frappe/erpnext/issues/45025)) ([#45026](https://github.com/frappe/erpnext/issues/45026)) ([b7509e3](https://github.com/frappe/erpnext/commit/b7509e326eda7b9685598ad4c71ee959f6589ad5)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2ffd7b745a1..a476f5650cc 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.78.7" +__version__ = "14.78.8" def get_default_company(user=None):