From 3e4b2743c6d0dc6fcfeee0f58ec3f490ca617a1f Mon Sep 17 00:00:00 2001 From: mbauskar Date: Tue, 18 Jul 2017 13:37:00 +0600 Subject: [PATCH] bumped to version 8.5.0 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 35243056ef2..7bcd1167541 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from erpnext.hooks import regional_overrides -__version__ = '8.4.3' +__version__ = '8.5.0' def get_default_company(user=None): '''Get default company for user'''