Merge pull request #47358 from nextcloud/chore/noid/hub9

Bump Hub 8 -> Hub 9
pull/47369/head
Andy Scherzinger 8 months ago committed by GitHub
commit 748e267b44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/settings/templates/settings/admin/overview.php

@ -57,5 +57,5 @@
<div id="version" class="section">
<!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). -->
<h2><?php p($l->t('Version'));?></h2>
<p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 8</a> (<?php p(OC_Util::getHumanVersion()) ?>)</strong></p>
<p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 9</a> (<?php p(OC_Util::getHumanVersion()) ?>)</strong></p>
</div>

Loading…
Cancel
Save