From ed48aa9b60f4c01c92d2f6fe29bbb86bcc3e77b0 Mon Sep 17 00:00:00 2001 From: diptanilsaha Date: Thu, 15 Jan 2026 12:35:05 +0530 Subject: [PATCH] chore(hooks): develop_version bump --- frappe/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/hooks.py b/frappe/hooks.py index 62801f33bb..a977f39529 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -8,7 +8,7 @@ app_publisher = "Frappe Technologies" app_description = "Full stack web framework with Python, Javascript, MariaDB, Redis, Node" app_license = "MIT" app_logo_url = "/assets/frappe/images/frappe-framework-logo.svg" -develop_version = "15.x.x-develop" +develop_version = "17.x.x-develop" app_home = "/app/build" app_email = "developers@frappe.io"