From 2268a41b00438ade8003e9be6b52b33f439dfb2e Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 30 Jan 2025 14:55:06 -0500 Subject: [PATCH] Update App version to 25.01.2 --- 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 7588b7c5..0a4a59dd 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.1"); +DEFINE("APP_VERSION", "25.01.2");