diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f9eb26911cc..452b9e83fb6 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.47' +__version__ = '8.0.48' def get_default_company(user=None):