From 12a31de25a22459999ccf150f65a25fdae569a38 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 17 Jul 2024 05:11:39 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.70.11 ## [14.70.11](https://github.com/frappe/erpnext/compare/v14.70.10...v14.70.11) (2024-07-17) ### Bug Fixes * missing discount on POS Credit Notes ([ac48c3d](https://github.com/frappe/erpnext/commit/ac48c3d4e7903dab168563ee60ff2d83d3549255)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 726ed7952379..dc5c059c2e3a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.70.10" +__version__ = "14.70.11" def get_default_company(user=None):