Update version to 3.1

This commit is contained in:
Wind 2020-02-23 23:59:14 +08:00
parent c558a112d7
commit 313c2a0fe9
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 = '3.0'
version = '3.1'
}
defaultTasks('clean','distZip')