update version to 2.0

This commit is contained in:
Windy 2019-05-30 02:56:13 +08:00
parent 73415c251d
commit 7ccb847a1c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ allprojects {
apply plugin: 'maven'
apply plugin: 'idea'
apply plugin: 'eclipse'
version = '1.4'
version = '2.0'
}
defaultTasks('clean','distZip')