From 0b35a3a67aff2bee7c5a66474056abfe06159606 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Tue, 13 Jun 2017 15:50:13 +0600 Subject: [PATCH] bumped to version 8.0.48 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):