You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by sa...@apache.org on 2022/03/29 10:38:41 UTC

[pinot-site] branch dev updated: Modify index.js for release 0.10.0 (#71)

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

sajjad pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/pinot-site.git


The following commit(s) were added to refs/heads/dev by this push:
     new 555151c  Modify index.js for release 0.10.0 (#71)
555151c is described below

commit 555151c90791d49e8e5d123222c3936094aa2bba
Author: Sajjad Moradi <mo...@gmail.com>
AuthorDate: Mon Mar 28 16:32:32 2022 -0700

    Modify index.js for release 0.10.0 (#71)
---
 website/src/pages/index.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 58a273a..30145a1 100755
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -343,7 +343,7 @@ function Installation() {
                     </TabItem>
                     <TabItem value="binary">
                         <CodeBlock className="language-bash">
-                            {`VERSION=0.9.3\nwget https://downloads.apache.org/pinot/apache-pinot-$VERSION/apache-pinot-$VERSION-bin.tar.gz\ntar vxf apache-pinot-*-bin.tar.gz\ncd apache-pinot-*-bin\nbin/quick-start-batch.sh`}
+                            {`VERSION=0.10.0\nwget https://downloads.apache.org/pinot/apache-pinot-$VERSION/apache-pinot-$VERSION-bin.tar.gz\ntar vxf apache-pinot-*-bin.tar.gz\ncd apache-pinot-*-bin\nbin/quick-start-batch.sh`}
                         </CodeBlock>
                     </TabItem>
                     <TabItem value="github">
@@ -410,11 +410,11 @@ function Home() {
             >
                 <div className="container">
                     <Link
-                        to="https://docs.pinot.apache.org/basics/releases/0.9.3"
+                        to="https://docs.pinot.apache.org/basics/releases/0.10.0"
                         className={styles.indexAnnouncement}
                     >
                         <span className="badge badge-primary">release</span>
-                        v0.9.3 has been released! Check the release notes
+                        v0.10.0 has been released! Check the release notes
                     </Link>
                     <h1 className="hero__title">{siteConfig.title}</h1>
                     <p className="hero__subtitle">

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org