diff --git a/gui/bastille_manager_tarballs.php b/gui/bastille_manager_tarballs.php index bdefe98..529d458 100644 --- a/gui/bastille_manager_tarballs.php +++ b/gui/bastille_manager_tarballs.php @@ -71,6 +71,7 @@ $sphere_array = $rel_list; if ($linux_compat_support == "YES"): $a_action = [ + '13.1-RELEASE' => gettext('13.1-RELEASE'), '13.0-RELEASE' => gettext('13.0-RELEASE'), '12.3-RELEASE' => gettext('12.3-RELEASE'), '12.2-RELEASE' => gettext('12.2-RELEASE'), @@ -87,6 +88,7 @@ if ($linux_compat_support == "YES"): ]; else: $a_action = [ + '13.1-RELEASE' => gettext('13.1-RELEASE'), '13.0-RELEASE' => gettext('13.0-RELEASE'), '12.3-RELEASE' => gettext('12.3-RELEASE'), '12.2-RELEASE' => gettext('12.2-RELEASE'),