diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0e60ce..9d6d2a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog This file documents all notable changes made to ITFlow. +## [25.03.2] + +### Fixed +- Revert DB.sql change ## [25.03.1] diff --git a/includes/app_version.php b/includes/app_version.php index c0e7e2c3..9496998d 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.03.1"); +DEFINE("APP_VERSION", "25.03.2");