From 18fbe69892ae6af70fc551df16cbca423313e478 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 7 Jan 2026 04:58:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.92.9 ## [14.92.9](https://github.com/frappe/erpnext/compare/v14.92.8...v14.92.9) (2026-01-07) ### Bug Fixes * update filters on period closing voucher ([6499a1d](https://github.com/frappe/erpnext/commit/6499a1dae0d48933ae9cb75f89ce08cd7325a61f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c600ce395ce..addb4e05460 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.92.8" +__version__ = "14.92.9" def get_default_company(user=None):