[version] changed to 7.0.0-beta

This commit is contained in:
Anand Doshi 2016-06-09 16:31:57 +05:30
parent 227b238fb1
commit 754f8b42f5

View File

@ -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'''