From 21df8d6c7ff1b61d41285d3c58b5d223240354c9 Mon Sep 17 00:00:00 2001 From: Axel Howind Date: Tue, 5 Nov 2024 17:22:10 +0100 Subject: [PATCH] Release 3.1.0-rc-1 --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5a81a381..4262edeb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ pluginVersionMajor = 3 -pluginVersionMinor = 0 -pluginVersionPatch = 1 -#pluginVersionLabel = rc-1 +pluginVersionMinor = 1 +pluginVersionPatch = 0 +pluginVersionLabel = rc-1 pluginReleaseBuild = false