From b982dfe2d1d015ddf201f2ac775fbc83acfd2316 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 2 Sep 2026 19:17:47 -0400 Subject: [PATCH] Bump App Version and changelog --- CHANGELOG.md | 5 +++++ includes/app_version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd638c5c3..980d12cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This file documents all notable changes made to ITFlow. +## [26.09.2] Maint Release + +- Updates the App Version to a proper version number. + + ## [26.09.1] Maint Release ### Upgrading to 26.09.1 diff --git a/includes/app_version.php b/includes/app_version.php index 215520696..9599e5c68 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.1"); +DEFINE("APP_VERSION", "26.09.2");