From 11e8f5acfc0aabdbf6e23116c87256016a2be621 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Thu, 29 May 2025 18:37:39 +0100 Subject: [PATCH] Bump app version --- includes/app_version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/app_version.php b/includes/app_version.php index c9868984..3cbd4bb9 100644 --- a/includes/app_version.php +++ b/includes/app_version.php @@ -5,4 +5,4 @@ * Update this file each time we merge develop into master. Format is YY.MM (add a .v if there is more than one release a month. */ -DEFINE("APP_VERSION", "25.03.6"); +DEFINE("APP_VERSION", "25.05");