From e4eaa257732228531a8fb61d59eb801342cbe609 Mon Sep 17 00:00:00 2001 From: David E Jones Date: Sat, 21 Oct 2017 23:53:23 -0700 Subject: [PATCH] Set version to 2.1.0 for release --- framework/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/build.gradle b/framework/build.gradle index 6484ba5a4..91a1996a4 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -16,7 +16,7 @@ // tasks.withType(GroovyCompile) { options.compilerArgs << "-Xlint:unchecked" } // tasks.withType(GroovyCompile) { options.compilerArgs << "-Xlint:deprecation" } -version = '2.1.0-rc4' +version = '2.1.0' apply plugin: 'groovy' apply plugin: 'war'