Skip to content

Commit 2641d8d

Browse files
committed
version -> 1.6.2-beta
1 parent c3cd480 commit 2641d8d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

xechat-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>cn.xeblog</groupId>
88
<artifactId>xechat-commons</artifactId>
9-
<version>1.6.1-beta</version>
9+
<version>1.6.2-beta</version>
1010
<build>
1111
<plugins>
1212
<plugin>

xechat-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'cn.xeblog'
7-
version '1.6.1-beta'
7+
version '1.6.2-beta'
88

99
sourceCompatibility = 11
1010
targetCompatibility = 11
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
ext {
23-
xechatCommonsVersion = '1.6.1-beta'
23+
xechatCommonsVersion = '1.6.2-beta'
2424
lombokVersion = '1.18.24'
2525
}
2626

xechat-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>cn.xeblog</groupId>
88
<artifactId>xechat-server</artifactId>
9-
<version>1.6.1-beta</version>
9+
<version>1.6.2-beta</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>cn.xeblog</groupId>
2929
<artifactId>xechat-commons</artifactId>
30-
<version>1.6.1-beta</version>
30+
<version>1.6.2-beta</version>
3131
</dependency>
3232

3333
<dependency>

xechat-server/src/main/java/cn/xeblog/server/constant/CommonConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ public interface CommonConstants {
99
/**
1010
* 插件版本
1111
*/
12-
String PLUGIN_VERSION = "1.6.1-beta";
12+
String PLUGIN_VERSION = "1.6.2-beta";
1313

1414
}

0 commit comments

Comments
 (0)