This is an automated email from the ASF dual-hosted git repository.
morningman 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 4fbc68e0421 Update v3.0.7 label text (#2806)
4fbc68e0421 is described below
commit 4fbc68e0421a85540ee91a4812945831d8d80a6b
Author: yangon <[email protected]>
AuthorDate: Thu Aug 28 13:30:13 2025 +0800
Update v3.0.7 label text (#2806)
---
src/pages/download/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx
index 100c60741ca..408b7f2e121 100644
--- a/src/pages/download/index.tsx
+++ b/src/pages/download/index.tsx
@@ -22,7 +22,7 @@ import * as semver from 'semver';
import { CheckedIcon } from '@site/src/components/Icons/checked-icon';
const BINARY_VERSION = [
- { label: `${VersionEnum.Latest} ( Latest )`, value: VersionEnum.Latest },
+ { label: `${VersionEnum.Latest} ( Stable )`, value: VersionEnum.Latest },
{ label: `${VersionEnum.Prev} ( Stable )`, value: VersionEnum.Prev },
{ label: `${VersionEnum.Earlier} ( Stable )`, value: VersionEnum.Earlier }
];
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]