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