From 9ee8eaf04d2197c7e0f2ff6d055fd6c479c008e3 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Fri, 4 Nov 2016 13:36:52 +0100 Subject: Version Bump to 4.1.0-SNAPSHOT --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 47ef7658..8baa5e8e 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ task wrapper(type: Wrapper) { allprojects { apply plugin: 'com.github.ben-manes.versions' repositories { mavenCentral() } - version = '4.0.12-SNAPSHOT' + version = '4.1.0-SNAPSHOT' } configurations { -- cgit v1.2.3