chore(release): Bumped to Version 14.83.1

## [14.83.1](https://github.com/frappe/erpnext/compare/v14.83.0...v14.83.1) (2025-02-26)

### Bug Fixes

* incorrect stock value difference for adjustment entry ([c734373](c734373c9f))
This commit is contained in:
Frappe PR Bot
2025-02-26 12:43:06 +00:00
parent 4f40939c15
commit 19604e91c6

View File

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