From 7f347231bbdd0c279de52eb228bed310f52f0b5e Mon Sep 17 00:00:00 2001 From: Nassim Jahnke Date: Thu, 8 Jun 2023 13:21:19 +0200 Subject: [PATCH] Bump version to 4.7.1-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ffbfa2f7f..514c236ad 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.7.0 +projectVersion=4.7.1-SNAPSHOT # Gradle properties org.gradle.daemon=true