From 8b92e0c9d5b3a077f4a9c10a5f4ca4a565ca8ac2 Mon Sep 17 00:00:00 2001 From: Windy Date: Sun, 9 Feb 2020 16:50:10 +0800 Subject: [PATCH] update version to 3.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 17311c5..624eee8 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ allprojects { apply plugin: 'maven' apply plugin: 'idea' apply plugin: 'eclipse' - version = '2.0.1' + version = '3.0' } defaultTasks('clean','distZip')