We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3aafcb + b5be860 commit 0dca0ceCopy full SHA for 0dca0ce
CHANGELOG.md
@@ -2,7 +2,11 @@
2
3
This file documents all notable changes made to ITFlow.
4
5
-## [25.01.01]
+## [25.01.2]
6
+### Fixed
7
+- Fixed app version.
8
+
9
+## [25.01.1]
10
11
### Added / Changed
12
- Redesigned the Multi-Factor Authentication (MFA) Setup and Enforcement Flow UI/UX for a more intuitive user experience.
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.01.1");
+DEFINE("APP_VERSION", "25.01.2");
0 commit comments