From 883e2a97fe10c1dd2cfb3702e7c2a1164995f42d Mon Sep 17 00:00:00 2001 From: Pasqual Koschmieder Date: Mon, 3 Feb 2025 18:56:22 +0100 Subject: [PATCH] chore: back to snapshot --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index aea96f1..e2f0b6b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ plugins { defaultTasks("clean", "build") allprojects { - version = "3.0.0-beta11" + version = "3.0.0-SNAPSHOT" group = "io.github.juliarn" description = "Abstract NPC-Library for Minecraft 1.8+ Servers"