From 278f38f2aa99a80d4b916ace10254e217e933dfe Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 30 Mar 2023 08:48:15 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.49.10 ## [13.49.10](https://github.com/frappe/erpnext/compare/v13.49.9...v13.49.10) (2023-03-30) ### Bug Fixes * serial no with zero quantity issue in stock reco ([4cf66f0](https://github.com/frappe/erpnext/commit/4cf66f058565f73100835d3f9d69cc4e4b3b0f67)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b5acc8028db..c8457084c41 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.49.9" +__version__ = "13.49.10" def get_default_company(user=None):