From 531f3ec741cfb5e7dcbd81280f2e5509e07cc661 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 29 Mar 2025 18:18:52 -0400 Subject: [PATCH] Update app version and changelog --- CHANGELOG.md | 4 ++++ includes/app_version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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");