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

jiekaichang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new adf7d7785 fix website version (#1023)
adf7d7785 is described below

commit adf7d7785152f8a51e7ab5b93855ce79a049d2e4
Author: Jie-Kai Chang <[email protected]>
AuthorDate: Sat Feb 7 12:00:51 2026 +0800

    fix website version (#1023)
    
    Signed-off-by: 400Ping <[email protected]>
---
 website/README.md                                                       | 2 +-
 website/docusaurus.config.ts                                            | 2 +-
 website/src/pages/index.tsx                                             | 2 +-
 .../version-0.4/adr/001-jekyll-to-docusaurus-migration.md               | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/README.md b/website/README.md
index e0cb6d002..c18559ac4 100644
--- a/website/README.md
+++ b/website/README.md
@@ -163,7 +163,7 @@ circuit.h(0)
 
 ### Current Versions
 
-- **0.5-dev** - Current development version (synced from `/docs/`)
+- **0.5** - Current development version (synced from `/docs/`)
 - **0.4** - Stable release snapshot
 
 ### Creating a New Version
diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts
index de4df9dcd..a0c29cc73 100644
--- a/website/docusaurus.config.ts
+++ b/website/docusaurus.config.ts
@@ -49,7 +49,7 @@ const config: Config = {
           lastVersion: 'current',
           versions: {
             current: {
-              label: '0.5-dev',
+              label: '0.5',
               path: '',
             },
             '0.4': {
diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx
index 83a338018..220841432 100644
--- a/website/src/pages/index.tsx
+++ b/website/src/pages/index.tsx
@@ -41,7 +41,7 @@ function HomepageHeader() {
                 Download Mahout Qumat
               </Link>
             </div>
-            <p className={styles.versionText}>Currently v0.5-dev</p>
+            <p className={styles.versionText}>Currently v0.5</p>
           </div>
         </div>
       </div>
diff --git 
a/website/versioned_docs/version-0.4/adr/001-jekyll-to-docusaurus-migration.md 
b/website/versioned_docs/version-0.4/adr/001-jekyll-to-docusaurus-migration.md
index 407119a4e..0c3c7fb5b 100644
--- 
a/website/versioned_docs/version-0.4/adr/001-jekyll-to-docusaurus-migration.md
+++ 
b/website/versioned_docs/version-0.4/adr/001-jekyll-to-docusaurus-migration.md
@@ -100,7 +100,7 @@ This pattern allows:
 
 ### Versioning Strategy
 
-- `current` (0.5-dev): Active development, synced from `/docs`
+- `current` (0.5): Active development, synced from `/docs`
 - `0.4`: First stable snapshot, frozen documentation
 
 To create a new version:

Reply via email to