chore: correct devel version
This commit is contained in:
parent
ee5c82e985
commit
170b7c9b0f
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ from .utils.jinja import (
|
|||
)
|
||||
from .utils.lazy_loader import lazy_import
|
||||
|
||||
__version__ = "14.0.0-dev"
|
||||
__version__ = "15.0.0-dev"
|
||||
__title__ = "Frappe Framework"
|
||||
|
||||
controllers = {}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ source_link = "https://github.com/frappe/frappe"
|
|||
app_license = "MIT"
|
||||
app_logo_url = "/assets/frappe/images/frappe-framework-logo.svg"
|
||||
|
||||
develop_version = "14.x.x-develop"
|
||||
develop_version = "15.x.x-develop"
|
||||
|
||||
app_email = "developers@frappe.io"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue