update version to 3.0

This commit is contained in:
Windy 2020-02-09 16:50:10 +08:00
parent cc1ba504e7
commit 8b92e0c9d5
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 = '2.0.1'
version = '3.0'
}
defaultTasks('clean','distZip')