mirror of https://gitee.com/makejava/EasyCode.git
fix: 修复版本号
This commit is contained in:
parent
ecb0b88f41
commit
6279003b9b
|
@ -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
|
||||
|
|
|
@ -15,7 +15,7 @@ public interface GlobalDict {
|
|||
/**
|
||||
* 版本号
|
||||
*/
|
||||
String VERSION = "1.2.4";
|
||||
String VERSION = "1.2.6";
|
||||
/**
|
||||
* 作者名称
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue