From 754f8b42f56b2ef7710fe82a8ce9c12b4d5cd8d8 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 9 Jun 2016 16:31:57 +0530 Subject: [PATCH] [version] changed to 7.0.0-beta --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 81f50ef03a3..2a30f12d125 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '6.27.22' +__version__ = '7.0.0-beta' def get_default_company(user=None): '''Get default company for user'''