Update release list to include 13.2

This commit is contained in:
JRGTH
2023-05-01 14:26:51 -04:00
parent e06551a83e
commit df423e7505
3 changed files with 4 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ $sphere_array = $rel_list;
if ($linux_compat_support == "YES"):
$a_action = [
'13.2-RELEASE' => gettext('13.2-RELEASE'),
'13.1-RELEASE' => gettext('13.1-RELEASE'),
'13.0-RELEASE' => gettext('13.0-RELEASE'),
'12.3-RELEASE' => gettext('12.3-RELEASE'),
@@ -90,6 +91,7 @@ if ($linux_compat_support == "YES"):
];
else:
$a_action = [
'13.2-RELEASE' => gettext('13.2-RELEASE'),
'13.1-RELEASE' => gettext('13.1-RELEASE'),
'13.0-RELEASE' => gettext('13.0-RELEASE'),
'12.3-RELEASE' => gettext('12.3-RELEASE'),