From 513413a2ede9adce67b3d9e9179ded56bde9e7d9 Mon Sep 17 00:00:00 2001 From: James Mortemore Date: Sat, 18 Apr 2026 11:09:01 +0100 Subject: [PATCH] chore: prepare for next release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump master from 7.11.0-SNAPSHOT directly to 8.0.0-SNAPSHOT. Master skips 7.11.0 entirely — that version exists only on the release/v7 maintenance branch. The next master release will be 8.0.0, which arrives via the feat/v8-minimessage-migration branch (MiniMessage, Adventure 4.21.0, Component-first API, hybrid localisation, Java 17 minimum). Future v7 patches land on release/v7 and get backported as appropriate; new feature work targets master (v8 line). --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 33c58b8bf..79a0ef2cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=me.confuser.banmanager -version=7.11.0-SNAPSHOT +version=8.0.0-SNAPSHOT org.gradle.parallel=true description="The defacto plugin for Minecraft to manage punishments and moderate more effectively"