You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by wi...@apache.org on 2021/08/24 09:07:59 UTC

[incubator-yunikorn-site] branch master updated: [YUNIKORN-823] Updated website announce bar with 0.11.0 release (#74)

This is an automated email from the ASF dual-hosted git repository.

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ed0d8e  [YUNIKORN-823] Updated website announce bar with 0.11.0 release (#74)
7ed0d8e is described below

commit 7ed0d8e5f28a4170cfa07ae2606d271621b9405b
Author: Kinga Marton <km...@apache.org>
AuthorDate: Tue Aug 24 11:07:52 2021 +0200

    [YUNIKORN-823] Updated website announce bar with 0.11.0 release (#74)
---
 docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 13ea050..9ca3f8f 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -46,7 +46,7 @@ module.exports = {
     announcementBar: {
       id: 'new_release',
       content:
-          '0.10.0 has been released, check the DOWNLOADS',
+          '0.11.0 has been released, check the DOWNLOADS',
       backgroundColor: '#fafbfc',
       textColor: '#091E42',
     },