fix: 修复版本号

This commit is contained in:
lkqm 2022-03-02 17:06:40 +08:00
parent ecb0b88f41
commit 6279003b9b
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ plugins {
}
group 'com.sjhy'
version '1.2.5.RELEASE'
version '1.2.6.RELEASE'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

View File

@ -15,7 +15,7 @@ public interface GlobalDict {
/**
* 版本号
*/
String VERSION = "1.2.4";
String VERSION = "1.2.6";
/**
* 作者名称
*/