Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
[U] Release v4.15.0.1046.PRE
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Apr 21, 2020
1 parent 1064582 commit 3aa8b18
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/-------bug-.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ assignees: ''

**PicqBotX 运行环境:**
- 系统: [比如说: Windows 10 1903]
- 版本: [比如说: 4.12.0.1019.PRE]
- 版本: [比如说: 4.15.0.1046.PRE]

**CoolQ HTTP 运行环境:**
- 系统: [比如说: Windows 10 1903]
Expand Down
2 changes: 1 addition & 1 deletion docs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h2 title="cc.moecraft">cc.moecraft.*</h2>
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="cc/moecraft/icq/PicqConstants.html#VERSION">VERSION</a></code></td>
<td class="colLast"><code>"4.12.0.1019.PRE"</code></td>
<td class="colLast"><code>"4.15.0.1046.PRE"</code></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<groupId>cc.moecraft</groupId>
<artifactId>PicqBotX</artifactId>
<version>4.12.0.1019.PRE</version>
<version>4.15.0.1046.PRE</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/cc/moecraft/icq/PicqConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ public class PicqConstants
// 版本常量 | Version constant

/** 当前版本 */
public static final String VERSION = "4.12.0.1019.PRE";
public static final String VERSION = "4.15.0.1046.PRE";

/** 兼容版本检测Regex */
public static String HTTP_API_VERSION_DETECTION = ".*4.12.*";
public static String HTTP_API_VERSION_DETECTION = ".*4.15.*";


// 可变常量 | Variable constant
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/cc/moecraft/test/icq/TestBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static void main(String[] args)
);

// 添加一个机器人账户 ( 名字, 发送URL, 发送端口 )
bot.addAccount("Bot00", "127.0.0.1", 31090);
//bot.addAccount("Bot00", "127.0.0.1", 31090);
bot.addAccount("Bot01", "127.0.0.1", 31091);

// 启用HyExp ( 非必要 )
Expand Down

0 comments on commit 3aa8b18

Please sign in to comment.