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

[incubator-yunikorn-site] 01/01: [YUNIKORN-823] Updated website announce bar with 0.11.0 release

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

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

commit 3c2dd845c2494dd500dfde18f921ebb9b8e6eaa5
Author: Kinga Marton <km...@apache.org>
AuthorDate: Tue Aug 24 11:01:07 2021 +0200

    [YUNIKORN-823] Updated website announce bar with 0.11.0 release
---
 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',
     },