From 415c90d9d0b5effc56b38c60aa80defd87b86b7c Mon Sep 17 00:00:00 2001 From: Saurabh Date: Thu, 27 Jun 2019 13:21:14 +0600 Subject: [PATCH] bumped to version 11.1.42 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ce107235f50..8c70de3cc19 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.41' +__version__ = '11.1.42' def get_default_company(user=None): '''Get default company for user'''