From 31aa54ad3fc5a8c0c73f59ce4f18c9f8e5c83952 Mon Sep 17 00:00:00 2001 From: tastybento Date: Sat, 11 Jul 2026 16:06:33 -0700 Subject: [PATCH] Update build version to 3.20.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1c9762507..dcff3eb93 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArt group = "world.bentobox" // From // Base properties from -val buildVersion = "3.19.1" +val buildVersion = "3.20.0" val buildNumberDefault = "-LOCAL" // Local build identifier val snapshotSuffix = "-SNAPSHOT" // Indicates development/snapshot version