chore(release): Bumped to Version 16.13.2

## [16.13.2](https://github.com/frappe/erpnext/compare/v16.13.1...v16.13.2) (2026-04-09)

### Bug Fixes

* set default posting time in RIV ([3ce6dcc](3ce6dcc7a7))
This commit is contained in:
Frappe PR Bot
2026-04-09 09:59:33 +00:00
parent 03474c0589
commit c98ded52b2

View File

@@ -6,7 +6,7 @@ import frappe
from frappe.model.document import Document
from frappe.utils.user import is_website_user
__version__ = "16.13.1"
__version__ = "16.13.2"
def get_default_company(user=None):