diff --git a/pom.xml b/pom.xml
index 3f9e861..a5716ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.github.houbb
sensitive-word
- 0.28.0-SNAPSHOT
+ 0.28.0
diff --git a/release.bat b/release.bat
index 7aa8332..7d2660b 100644
--- a/release.bat
+++ b/release.bat
@@ -10,9 +10,9 @@ ECHO "============================= RELEASE START..."
:: 版本号信息(需要手动指定)
:::: 旧版本名称
-SET version=0.27.1
+SET version=0.28.0
:::: 新版本名称
-SET newVersion=0.28.0
+SET newVersion=0.29.0
:::: 组织名称
SET groupName=com.github.houbb
:::: 项目名称