From 1d9c28ec5e0446bead336c068af6f99581b20889 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 13 Jul 2023 10:52:30 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.30.2 ## [14.30.2](https://github.com/frappe/erpnext/compare/v14.30.1...v14.30.2) (2023-07-13) ### Bug Fixes * Accounts closing balance patch ([#36113](https://github.com/frappe/erpnext/issues/36113)) ([49f28b0](https://github.com/frappe/erpnext/commit/49f28b0dbbaaad97f80f74921b8d80e22f39e159)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 20b19716421e..699dd3fd8438 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.30.1" +__version__ = "14.30.2" def get_default_company(user=None):