From 19604e91c6ca7a5e7632015f0aebba00578d50fe Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 26 Feb 2025 12:43:06 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/c734373c9f3b1c3f7213dce854ea277425620c70)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 05198789b16..b931bac5c1e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.83.0" +__version__ = "14.83.1" def get_default_company(user=None):