diff --git a/src/components/home/EarthBackground.astro b/src/components/home/EarthBackground.astro
index 7b5ffc35c48..5be1bcbe2eb 100644
--- a/src/components/home/EarthBackground.astro
+++ b/src/components/home/EarthBackground.astro
@@ -37,7 +37,7 @@ const { stargazers_count=0, forks_count=0 }:StarAndForkT = await sendFetch("http
{t("home.introduce.nacos.release.note.1")}
diff --git a/src/content/download/en/nacos-server.mdx b/src/content/download/en/nacos-server.mdx
index 242e49e125d..b4d95e5f3e9 100644
--- a/src/content/download/en/nacos-server.mdx
+++ b/src/content/download/en/nacos-server.mdx
@@ -4,7 +4,7 @@ order: 0
---
# Nacos Server Download
:::tip
-Nacos Server **2.4.2** has been officially released. It fixes some issues from version `2.4.1`.
+Nacos Server **2.4.2.1** has been officially released. It fixes some issues from version `2.4.2`.
Feel free to [download and try it out](#stable-versions).
:::
@@ -23,7 +23,7 @@ The following are the minimum system requirements for deploying Nacos Server. If
### 2.x
| Version | Binary Package Download | Docker Image | MD5 | Release Notes | Reference Documentation |
| ------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -------------------------------- | ------------------------------------------------ | ------------------------------------------------ |
-| 2.4.2 | [2.4.2.zip](https://download.nacos.io/nacos-server/nacos-server-2.4.2.zip) | [nacos/nacos-server\:v2.4.2](https://hub.docker.com/r/nacos/nacos-server/tags?page=1&name=2.4.2) | b78d6b0c38eb98ac83c7e4c4d4cc8cd3 | [Release Notes](https://github.com/alibaba/nacos/releases/tag/2.4.2) | [Quick Start](/docs/latest/quickstart/quick-start/) |
+| 2.4.2.1 | [2.4.2.1.zip](https://download.nacos.io/nacos-server/nacos-server-2.4.2.1.zip) | [nacos/nacos-server\:v2.4.2.1](https://hub.docker.com/r/nacos/nacos-server/tags?page=1&name=2.4.2.1) | 95c6eb7dd525c6aa573c317561847386 | [Release Notes](https://github.com/alibaba/nacos/releases/tag/2.4.2.1) | [Quick Start](/docs/latest/quickstart/quick-start/) |
### 1.x
Support for Nacos 1.x has stopped, please upgrade to version 2.x as soon as possible.
diff --git a/src/content/download/zh-cn/nacos-server.mdx b/src/content/download/zh-cn/nacos-server.mdx
index a17aa4463c1..e6a235f4466 100644
--- a/src/content/download/zh-cn/nacos-server.mdx
+++ b/src/content/download/zh-cn/nacos-server.mdx
@@ -8,7 +8,7 @@ order: 0
:::tip
-Nacos Server **2.4.2** 已正式发布。修复一些`2.4.1`版本中的问题,欢迎试用。
+Nacos Server **2.4.2.1** 已正式发布。修复一些`2.4.2`版本中的问题,欢迎试用。
欢迎[下载和试用](#稳定版本)。
@@ -36,7 +36,7 @@ Nacos Server **2.4.2** 已正式发布。修复一些`2.4.1`版本中的问题
### 2.x
| 版本 | 二进制包下载 | Docker 镜像 | MD5 | 发布说明 | 参考文档 |
| ------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -------------------------------- | ------------------------------------------------ | ------------------------------------------------ |
-| 2.4.2 | [2.4.2.zip](https://download.nacos.io/nacos-server/nacos-server-2.4.2.zip) | [nacos/nacos-server\:v2.4.2](https://hub.docker.com/r/nacos/nacos-server/tags?page=1&name=2.4.2) | b78d6b0c38eb98ac83c7e4c4d4cc8cd3 | [发布说明](https://github.com/alibaba/nacos/releases/tag/2.4.2) | [快速开始](/docs/latest/quickstart/quick-start/) |
+| 2.4.2.1 | [2.4.2.1.zip](https://download.nacos.io/nacos-server/nacos-server-2.4.2.1.zip) | [nacos/nacos-server\:v2.4.2.1](https://hub.docker.com/r/nacos/nacos-server/tags?page=1&name=2.4.2.1) | 95c6eb7dd525c6aa573c317561847386 | [发布说明](https://github.com/alibaba/nacos/releases/tag/2.4.2.1) | [快速开始](/docs/latest/quickstart/quick-start/) |
### 1.x
diff --git a/src/i18n/en/ui.ts b/src/i18n/en/ui.ts
index 895a205493b..08a9fc0316b 100644
--- a/src/i18n/en/ui.ts
+++ b/src/i18n/en/ui.ts
@@ -56,9 +56,9 @@ export default {
'home.introduce.title': 'An easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications',
'home.introduce.nacos.code': 'VIEW ON GITHUB',
'home.introduce.nacos.manual': 'MANUAL',
- 'home.introduce.nacos.notes': 'Released on Sep 5th, 2024',
- 'home.introduce.nacos.release.note.1': 'Release Note of V2.4.2',
- 'home.introduce.nacos.release.note.1.mobile': 'V2.4.2',
+ 'home.introduce.nacos.notes': 'Released on Sep 20th, 2024',
+ 'home.introduce.nacos.release.note.1': 'Release Note of V2.4.2.1',
+ 'home.introduce.nacos.release.note.1.mobile': 'V2.4.2.1',
'home.introduce.nacos.release.note.2': 'Release Note of V1.4.8',
'home.introduce.nacos.release.note.2.mobile': 'V1.4.8',
'home.introduce.nacos.define': 'Nacos /nɑ:kəʊs/, acronym for Naming and Configuration Service, is a dynamic service discovery, configuration management, and service management platform that makes it easier to build cloud-native applications.',
diff --git a/src/i18n/zh-cn/ui.ts b/src/i18n/zh-cn/ui.ts
index 7ed6cf1a314..2c47bfc991b 100644
--- a/src/i18n/zh-cn/ui.ts
+++ b/src/i18n/zh-cn/ui.ts
@@ -55,9 +55,9 @@ export default {
'home.introduce.title': ' 一个更易于构建云原生应用的动态服务发现、配置管理和服务管理平台',
'home.introduce.nacos.code': '前往 GitHub',
'home.introduce.nacos.manual': '手册',
- 'home.introduce.nacos.notes': '发布于2024年9月5日',
- 'home.introduce.nacos.release.note.1': 'V2.4.2 的版本说明',
- 'home.introduce.nacos.release.note.1.mobile': 'V2.4.2',
+ 'home.introduce.nacos.notes': '发布于2024年9月20日',
+ 'home.introduce.nacos.release.note.1': 'V2.4.2.1 的版本说明',
+ 'home.introduce.nacos.release.note.1.mobile': 'V2.4.2.1',
'home.introduce.nacos.release.note.2': 'V1.4.8 的版本说明',
'home.introduce.nacos.release.note.2.mobile': 'V1.4.8',
'home.introduce.nacos.define': 'Nacos /nɑ:kəʊs/ 是 Naming and Configuration Service 的首字母缩写,是一个更易于构建云原生应用的动态服务发现、配置管理和服务管理平台。',