From 2f82647f5e37a2d1378480bf9d00b7a4efeea06c Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 29 Mar 2025 15:35:40 -0400 Subject: [PATCH] One more chnagelog update --- CHANGELOG.md | 2 +- includes/app_version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30cc7771..b802af8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file documents all notable changes made to ITFlow. -## [25.03 UNRELEASED] +## [25.03] ### Fixed - Resolved missing attachments in ticket replies processed via the email parser. diff --git a/includes/app_version.php b/includes/app_version.php index 1a9aa71e..956cbfa0 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.02.4"); +DEFINE("APP_VERSION", "25.03");