From e70f230f3998cecc66d1ae37bf002d61d605eb34 Mon Sep 17 00:00:00 2001 From: KennyTV Date: Wed, 7 Jul 2021 09:59:49 +0200 Subject: [PATCH] Bump version to 4.0.2-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 54a48ccf7..1082defd0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project properties - we put these here so they can be modified without causing a recompile of the build scripts -projectVersion=4.0.1 +projectVersion=4.0.2-SNAPSHOT # Gradle properties org.gradle.daemon=true