From f1ea055f511e1c07043f59288f78947857ecf7cd Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 2 Sep 2026 16:04:39 -0400 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 94e3e6913..215520696 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", "26.09"); +DEFINE("APP_VERSION", "26.09.1");