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