chore(release): Bumped to Version 14.92.12

## [14.92.12](https://github.com/frappe/erpnext/compare/v14.92.11...v14.92.12) (2026-01-27)

### Bug Fixes

* **stock:** remove limit filter while fetching batch and bin ([07ac93d](07ac93d06a))
This commit is contained in:
Frappe PR Bot
2026-01-27 14:42:02 +00:00
parent 44f81092b6
commit 966f262e38

View File

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