Update App version

This commit is contained in:
johnnyq
2026-04-04 17:51:14 -04:00
parent c25b5aac9d
commit 8a4bb2e80d
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
This file documents all notable changes made to ITFlow.
## [26.03.1] Maint Release
## [26.04] Stable Release
### Bug Fixes
- Racks: Fix Device Removal.
- Table Lists: replace class table-responsive-sm with just table-reponsive was causing ui issues with certain screen sizes.
@@ -26,7 +26,7 @@ This file documents all notable changes made to ITFlow.
## [26.03] Stable Release
### Bug Fixes
- Ticket Templates: Fix Task Sorting.
- Ticket Templates: Fix Task Sortinhahahg.
- Ticket: Lower autoclose setting minimum value from 48 to 24 Hours.
- Ticket: Fix Task Approval.
- Recurring Ticket: add empty value placeholder for Ticket Frequency.

View File

@@ -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.03.1");
DEFINE("APP_VERSION", "26.04");