diff --git a/README.md b/README.md
index ce1e4ac..84afec3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# ContiNew Admin UI
-
+
diff --git a/config/plugins/app-info.ts b/config/plugins/app-info.ts
index b18cb9d..db771c6 100644
--- a/config/plugins/app-info.ts
+++ b/config/plugins/app-info.ts
@@ -11,7 +11,7 @@ export default function appInfo(): Plugin {
// eslint-disable-next-line no-console
console.log(
boxen(
- `${bold(green(`${bgGreen('ContiNew Admin v4.1.0')}`))}\n${cyan('在线文档:')}${underline('https://continew.top')}\n${cyan('吐槽广场:')}${underline('https://continew.top/docs/admin/issue-hub.html')}\n${cyan('常见问题:')}${underline('https://continew.top/docs/admin/faq.html')}\n${cyan('更新日志:')}${underline('https://continew.top/docs/admin/changelog/')}\n${cyan('持续迭代优化的,高质量多租户中后台管理系统框架')}`,
+ `${bold(green(`${bgGreen('ContiNew Admin v4.2.0-SNAPSHOT')}`))}\n${cyan('在线文档:')}${underline('https://continew.top')}\n${cyan('吐槽广场:')}${underline('https://continew.top/docs/admin/issue-hub.html')}\n${cyan('常见问题:')}${underline('https://continew.top/docs/admin/faq.html')}\n${cyan('更新日志:')}${underline('https://continew.top/docs/admin/changelog/')}\n${cyan('持续迭代优化的,高质量多租户中后台管理系统框架')}`,
{
padding: 1,
margin: 1,
diff --git a/package.json b/package.json
index ce76615..113a191 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "continew-admin-ui",
"type": "module",
- "version": "4.1.0",
+ "version": "4.2.0-SNAPSHOT",
"private": "true",
"scripts": {
"bootstrap": "pnpm install --registry=https://registry.npmmirror.com",