From daeb71abb3e5b2fde398b32f2fad658c7db1e2c7 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 22 Feb 2025 15:20:10 -0500 Subject: [PATCH] Update the App Version to 25.02 for prep on release --- 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 f2573122..9f58170d 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.01.3"); +DEFINE("APP_VERSION", "25.02");