From ec7f1d561df1e11cea206f08f31df0847f6b689b Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 6 Feb 2026 13:12:34 -0500 Subject: [PATCH] Fix Version --- CHANGELOG.md | 2 +- includes/app_version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e321e5ac..5fbae131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file documents all notable changes made to ITFlow. -## [26.2] Stable Release +## [26.02] Stable Release ### Bug Fixes - Mail Parser - Do not automatically send new ticket notifications to noreply/donotreply addresses. - Ticket: removed newline \n on Parsed emails. diff --git a/includes/app_version.php b/includes/app_version.php index 2b0669b8..f030c794 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.2"); +DEFINE("APP_VERSION", "26.02");