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 816de4ef2 fix typo (#955)
816de4ef2 is described below
commit 816de4ef2ebb6052286be44961820d06dfefa070
Author: Jie-Kai Chang <[email protected]>
AuthorDate: Fri Feb 6 14:56:09 2026 +0800
fix typo (#955)
Signed-off-by: 400Ping <[email protected]>
---
website/src/pages/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx
index b0efcaa82..83a338018 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.4</p>
+ <p className={styles.versionText}>Currently v0.5-dev</p>
</div>
</div>
</div>