From 4723fbfd570f0ba1e6aa2369a8062a96e9fd0297 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 22 Nov 2024 11:28:10 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.77.2 ## [14.77.2](https://github.com/frappe/erpnext/compare/v14.77.1...v14.77.2) (2024-11-22) ### Bug Fixes * patch ([#44191](https://github.com/frappe/erpnext/issues/44191)) ([d1295d1](https://github.com/frappe/erpnext/commit/d1295d1c791b6884feab8e550db34c557115e67d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e6d97db0231..824eb3ea8d8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.77.1" +__version__ = "14.77.2" def get_default_company(user=None):