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");