diff --git a/pom.xml b/pom.xml
index a00814f..625ea38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,8 +14,8 @@
simple-robot-core
-
- 1.16.0
+
+ 1.16.1
jar
simple-robot
diff --git a/src/main/java/com/forte/qqrobot/system/CoreSystem.java b/src/main/java/com/forte/qqrobot/system/CoreSystem.java
index bc12b95..90a0e5d 100644
--- a/src/main/java/com/forte/qqrobot/system/CoreSystem.java
+++ b/src/main/java/com/forte/qqrobot/system/CoreSystem.java
@@ -32,7 +32,7 @@
* @author ForteScarlet
* @version 1.7.0
*/
-@Version(version = "1.16.0",
+@Version(version = "1.16.1",
versionFamily = "1.16")
public final class CoreSystem {
diff --git a/update.md b/update.md
index f56bcae..a104a21 100644
--- a/update.md
+++ b/update.md
@@ -1,5 +1,8 @@
## 版本更新记录
+# 1.16.1
+- 更新cqCodeUtils模组至`1.5.1-1.15`以解决其remove的bug
+
# 1.16.0
- `quartz` 版本更新到2.3.2
- 集成cqCodeUtils模组,现在开始推荐使用`KQCodeUtils`并弃用原版的`CQCodeUtil`(依旧能用,但是不再维护)。