From bf382f3aeb2e80a3085752c95854a5022a740f46 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 25 Jan 2025 12:35:19 -0500 Subject: [PATCH] Bump ITFlow Version from 24.12 to 25.01 --- 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 3514b48b..b4263e0b 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.M (add a .v if there is more than one release a month. */ -DEFINE("APP_VERSION", "24.12"); +DEFINE("APP_VERSION", "25.01");