Skip to content

Commit d3ec02f

Browse files
committed
set version to 2.2.1 for upcoming release
Signed-off-by: Michael Kaufmann <[email protected]>
1 parent f31ee2e commit d3ec02f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

install/froxlor.sql.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@
730730
('panel', 'logo_overridecustom', '0'),
731731
('panel', 'settings_mode', '0'),
732732
('panel', 'menu_collapsed', '1'),
733-
('panel', 'version', '2.2.0'),
733+
('panel', 'version', '2.2.1'),
734734
('panel', 'db_version', '202408140');
735735
736736

install/updates/froxlor/update_2.2.inc.php

+5
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,8 @@
164164
Update::showUpdateStep("Updating from 2.2.0-rc3 to 2.2.0 stable", false);
165165
Froxlor::updateToVersion('2.2.0');
166166
}
167+
168+
if (Froxlor::isFroxlorVersion('2.2.0')) {
169+
Update::showUpdateStep("Updating from 2.2.0 to 2.2.1", false);
170+
Froxlor::updateToVersion('2.2.1');
171+
}

lib/Froxlor/Froxlor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class Froxlor
3131
{
3232

3333
// Main version variable
34-
const VERSION = '2.2.0';
34+
const VERSION = '2.2.1';
3535

3636
// Database version (YYYYMMDDC where C is a daily counter)
3737
const DBVERSION = '202408140';

0 commit comments

Comments
 (0)