From dd35cd1f8460dc59ed25de3821223b25eaf8ad9a Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 14 May 2026 05:35:39 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.18.2 ## [16.18.2](https://github.com/frappe/erpnext/compare/v16.18.1...v16.18.2) (2026-05-14) ### Bug Fixes * posting date and time ([ab09029](https://github.com/frappe/erpnext/commit/ab090295d9aecbb6719db99d4713d850a63961a0)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 28eaa819026..b1789a32503 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -6,7 +6,7 @@ import frappe from frappe.model.document import Document from frappe.utils.user import is_website_user -__version__ = "16.18.1" +__version__ = "16.18.2" def get_default_company(user=None):