Skip to content

Commit 05fb559

Browse files
committed
🐳 21.26
1 parent 99b016b commit 05fb559

File tree

20 files changed

+21
-21
lines changed

20 files changed

+21
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ ioGame 是轻量级的网络编程框架,**不依赖任何第三方**中间件
257257
<dependency>
258258
<groupId>com.iohao.game</groupId>
259259
<artifactId>run-one-netty</artifactId>
260-
<version>21.25</version>
260+
<version>21.26</version>
261261
</dependency>
262262
```
263263

common/common-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.25</version>
8+
<version>21.26</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

common/common-core/src/main/java/com/iohao/game/action/skeleton/IoGameVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public final class IoGameVersion {
2626
public static final String VERSION;
2727

2828
static {
29-
String internalVersion = "<version>21.25</version>";
29+
String internalVersion = "<version>21.26</version>";
3030

3131
VERSION = internalVersion
3232
.replace("<version>", "")

common/common-kit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.25</version>
8+
<version>21.26</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

common/common-micro-kit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.iohao.game</groupId>
88
<artifactId>ioGame</artifactId>
9-
<version>21.25</version>
9+
<version>21.26</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

common/common-validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.25</version>
8+
<version>21.26</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

external/external-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.iohao.game</groupId>
88
<artifactId>ioGame</artifactId>
9-
<version>21.25</version>
9+
<version>21.26</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

external/external-netty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.iohao.game</groupId>
88
<artifactId>ioGame</artifactId>
9-
<version>21.25</version>
9+
<version>21.26</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

net-bolt/bolt-broker-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.25</version>
8+
<version>21.26</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

net-bolt/bolt-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.25</version>
8+
<version>21.26</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)