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

luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c6212650488 Update download.data.ts (#357)
c6212650488 is described below

commit c62126504882f8bf686bb84087adfefe00edf7d1
Author: KassieZ <139741991+kass...@users.noreply.github.com>
AuthorDate: Thu Dec 14 17:33:07 2023 +0800

    Update download.data.ts (#357)
    
    * Update download.data.ts
    
    * Update download.data.ts
---
 src/constant/download.data.ts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index ab8c4cfeb69..78f1e2a24e2 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -450,7 +450,7 @@ export function getAllRelease(locale: string) {
         {
             version: '2.0.3 ( Latest )',
             date: '2023-12-14',
-            note: 'https://github.com/apache/doris/issues/27909',
+            note: '/docs/releasenotes/release-2.0.3/',
             download: [
                 {
                     cpu: 'X64 ( avx2 )',
@@ -536,7 +536,7 @@ export function getAllRelease(locale: string) {
             ]
         },
         {
-            version: '1.2.7',
+            version: '1.2.7.1',
             date: '2023-09-04',
             note: '/docs/dev/releasenotes/release-1.2.7.1',
             download: [
@@ -678,7 +678,7 @@ export function getAllRelease(locale: string) {
 
 export enum VersionEnum {
     Latest = '2.0.3',
-    Prev = '1.2.7',
+    Prev = '1.2.7.1',
     Earlier = '1.1.5',
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to