update version to 1.4

This commit is contained in:
Windy 2019-05-26 15:42:52 +08:00
parent 2d612de183
commit 7e813d9082
1 changed files with 1 additions and 1 deletions

View File

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