From 22cf92a4305360619d6879b3239fd59cb296c245 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Mar 2022 07:00:44 +0100 Subject: wizard: fix version --- wizard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizard/index.php') diff --git a/wizard/index.php b/wizard/index.php index 8ca365ac..a746dc19 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -62,7 +62,7 @@ $osmax = [ $osname = [ ':rhel' => 'Red Hat Enterprise Linux', 'RHEL 9' => 'RHEL 9.0 Beta (Development version)', - 'RHEL 8' => 'RHEL 8.4', + 'RHEL 8' => 'RHEL 8.5', 'RHEL 7' => 'RHEL 7.9 (maintained until June 2024)', ':centos' => 'CentOS Stream, CentOS Linux, Alma Linux, Rocky Linux and other clones', 'CentOS 9' => 'EL 9 (Development version)', -- cgit