From 313c2a0fe9da8f4875afa3a0f6294c0d7cb9775b Mon Sep 17 00:00:00 2001 From: Wind Date: Sun, 23 Feb 2020 23:59:14 +0800 Subject: [PATCH] Update version to 3.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 624eee8..b29656a 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ allprojects { apply plugin: 'maven' apply plugin: 'idea' apply plugin: 'eclipse' - version = '3.0' + version = '3.1' } defaultTasks('clean','distZip')