fix: bump frappe develop to version 13-dev

This commit is contained in:
sahil28297 2020-05-08 12:18:09 +05:30 committed by GitHub
parent e5a1b2239c
commit aae45ed98c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ if PY2:
reload(sys)
sys.setdefaultencoding("utf-8")
__version__ = '12.0.0-dev'
__version__ = '13.0.0-dev'
__title__ = "Frappe Framework"
local = Local()