From 7bb53131908ebdb6209542c1137f31f204472e53 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 21 Jun 2021 16:04:04 +0550 Subject: [PATCH] bumped to version 11.1.69 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 46cf3132c78..a8d8e10b59d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -5,7 +5,7 @@ import frappe from erpnext.hooks import regional_overrides from frappe.utils import getdate -__version__ = '11.1.68' +__version__ = '11.1.69' def get_default_company(user=None): '''Get default company for user'''