diff --git a/src/components/docs/changelog.tsx b/src/components/docs/changelog.tsx
index 273c939..44152fe 100644
--- a/src/components/docs/changelog.tsx
+++ b/src/components/docs/changelog.tsx
@@ -1,4 +1,5 @@
export const changelogData = [
+ { date: '2026-01-22', version: 'v4.10.15'},
{ date: '2025-12-18', version: 'v4.10.14'},
{ date: '2025-11-20', version: 'v4.10.13'},
{ date: '2025-10-27', version: 'v4.10.12'},
diff --git a/src/components/public/version.tsx b/src/components/public/version.tsx
index f72f5a7..2532b88 100644
--- a/src/components/public/version.tsx
+++ b/src/components/public/version.tsx
@@ -1,3 +1,3 @@
-const LatestVersion = 'v4.10.14'
+const LatestVersion = 'v4.10.15'
export default LatestVersion
\ No newline at end of file
diff --git a/src/pages/docs/installation.mdx b/src/pages/docs/installation.mdx
index 292f4cb..fd92b5a 100644
--- a/src/pages/docs/installation.mdx
+++ b/src/pages/docs/installation.mdx
@@ -107,7 +107,7 @@ Download the JumpServer Enterprise offline installation package.
Replace the download link and run the following command to download the offline installation package.
```sh
- cd /opt && wget --user={username} --password={password} -O jumpserver-ee-v4.10.14-x86_64.tar.gz "https://download-pkgs.jumpserver.com/download?file=jumpserver-ee-v4.10.14-x86_64.tar.gz"
+ cd /opt && wget --user={username} --password={password} -O jumpserver-ee-v4.10.15-x86_64.tar.gz "https://download-pkgs.jumpserver.com/download?file=jumpserver-ee-v4.10.15-x86_64.tar.gz"
```
Replace `{username}` and `{password}` with the actual username and password provided by the support team.
@@ -122,14 +122,14 @@ Download the JumpServer Enterprise offline installation package.
Extract the offline installation package.
```sh
-tar -zxvf jumpserver-ee-v4.10.14-x86_64.tar.gz
+tar -zxvf jumpserver-ee-v4.10.15-x86_64.tar.gz
```
Change to the extracted directory.
```sh
-cd jumpserver-ee-v4.10.14-x86_64
+cd jumpserver-ee-v4.10.15-x86_64
```
diff --git a/src/pages/docs/upgrade.mdx b/src/pages/docs/upgrade.mdx
index b0cf4ce..1221c89 100644
--- a/src/pages/docs/upgrade.mdx
+++ b/src/pages/docs/upgrade.mdx
@@ -23,21 +23,21 @@ Change to the `/opt` directory.
Download the latest installation package.
```sh
-wget https://github.com/jumpserver/installer/releases/download/v4.10.14/jumpserver-installer-v4.10.14.tar.gz
+wget https://github.com/jumpserver/installer/releases/download/v4.10.15/jumpserver-installer-v4.10.15.tar.gz
```
Extract the installation package.
```sh
-tar -zxvf jumpserver-installer-v4.10.14.tar.gz
+tar -zxvf jumpserver-installer-v4.10.15.tar.gz
```
Change to the extracted directory.
```sh
-cd jumpserver-installer-v4.10.14
+cd jumpserver-installer-v4.10.15
```
@@ -115,7 +115,7 @@ Download the JumpServer Enterprise offline installation package.
Replace the download link and run the following command to download the offline installation package.
```sh
- cd /opt && wget --user={username} --password={password} -O jumpserver-ee-v4.10.14-x86_64.tar.gz "https://download-pkgs.jumpserver.com/download?file=jumpserver-ee-v4.10.14-x86_64.tar.gz"
+ cd /opt && wget --user={username} --password={password} -O jumpserver-ee-v4.10.15-x86_64.tar.gz "https://download-pkgs.jumpserver.com/download?file=jumpserver-ee-v4.10.15-x86_64.tar.gz"
```
Replace `{username}` and `{password}` with the actual username and password provided by the support team.
@@ -129,14 +129,14 @@ Download the JumpServer Enterprise offline installation package.
Extract the installation package.
```sh
-tar -zxvf jumpserver-ee-v4.10.14-x86_64.tar.gz
+tar -zxvf jumpserver-ee-v4.10.15-x86_64.tar.gz
```
Change to the extracted directory.
```sh
-cd jumpserver-ee-v4.10.14-x86_64
+cd jumpserver-ee-v4.10.15-x86_64
```