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](49f28b0dbb))
This commit is contained in:
Frappe PR Bot
2023-07-13 10:52:30 +00:00
parent 49f28b0dbb
commit 1d9c28ec5e

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.30.1"
__version__ = "14.30.2"
def get_default_company(user=None):