From d0c7382d7f313d04126a8d6742d17ae5157cdecb Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Sat, 27 Apr 2024 21:55:52 -0500 Subject: [PATCH] Bump version to 5.2.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7bcbd2cb..3175de75 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'com.comphenix.protocol' -version = '5.2.0' +version = '5.2.1-SNAPSHOT' description = 'Provides access to the Minecraft protocol' def isSnapshot = version.endsWith('-SNAPSHOT')