diff --git a/.github/ISSUE_TEMPLATE/-------bug-.md b/.github/ISSUE_TEMPLATE/-------bug-.md
index 770658d5..bdcbd1cb 100644
--- a/.github/ISSUE_TEMPLATE/-------bug-.md
+++ b/.github/ISSUE_TEMPLATE/-------bug-.md
@@ -37,7 +37,7 @@ assignees: ''
**PicqBotX 运行环境:**
- 系统: [比如说: Windows 10 1903]
- - 版本: [比如说: 4.15.0.1058]
+ - 版本: [比如说: 4.15.0.1072]
**CoolQ HTTP 运行环境:**
- 系统: [比如说: Windows 10 1903]
diff --git a/README.md b/README.md
index 1d024159..7026ba4d 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Maven 导入:
com.github.hydevelop
PicqBotX
- 4.15.0.1058
+ 4.15.0.1072
```
@@ -84,13 +84,13 @@ allprojects {
```gradle
dependencies {
- implementation 'com.github.hydevelop:PicqBotX:4.15.0.1058'
+ implementation 'com.github.hydevelop:PicqBotX:4.15.0.1072'
}
```
-#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/PicqBotX/4.15.0.1058)
+#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/PicqBotX/4.15.0.1072)
@@ -570,7 +570,7 @@ public class CommandVersion implements EverywhereCommand // 实现EverywhereComm
{
// 处理, 返回值会自动回复回去
// 这里因为这个指令是用来查版本的, 所以直接返回字符串了
- return "TestBot - PicqBotX v4.15.0.1058";
+ return "TestBot - PicqBotX v4.15.0.1072";
}
}
```
diff --git a/docs/constant-values.html b/docs/constant-values.html
index 384de472..d032cfbe 100644
--- a/docs/constant-values.html
+++ b/docs/constant-values.html
@@ -318,7 +318,7 @@
cc.moecraft.*
public static final java.lang.String
VERSION |
-"4.15.0.1058" |
+"4.15.0.1072" |
diff --git a/pom.xml b/pom.xml
index 0c246a29..f21e9014 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
cc.moecraft
PicqBotX
- 4.15.0.1058
+ 4.15.0.1072
1.8
diff --git a/src/main/java/cc/moecraft/icq/PicqBotX.java b/src/main/java/cc/moecraft/icq/PicqBotX.java
index 9770475f..2b7e011b 100644
--- a/src/main/java/cc/moecraft/icq/PicqBotX.java
+++ b/src/main/java/cc/moecraft/icq/PicqBotX.java
@@ -167,7 +167,7 @@ private void init()
logInitDone(logger, "缓存管理器 ", 1, 5);
// Debug设置没啦w
- logInitDone(logger, "DEBUG设置 ", 2, 4);
+ logInitDone(logger, "DEBUG设置 ", 2, 4);
// 事件管理器
eventManager = new EventManager(this);
diff --git a/src/main/java/cc/moecraft/icq/PicqConstants.java b/src/main/java/cc/moecraft/icq/PicqConstants.java
index 44c2c7a7..e3adb578 100644
--- a/src/main/java/cc/moecraft/icq/PicqConstants.java
+++ b/src/main/java/cc/moecraft/icq/PicqConstants.java
@@ -18,7 +18,7 @@ public class PicqConstants
// 版本常量 | Version constant
/** 当前版本 */
- public static final String VERSION = "4.15.0.1058";
+ public static final String VERSION = "4.15.0.1072";
/** 兼容版本检测Regex */
public static String HTTP_API_VERSION_DETECTION = ".*4.15.*";