From 6f057b361b0d5e319591538c910043adc21fdce2 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Sun, 7 Apr 2024 10:04:32 -0500 Subject: [PATCH] Bump version to 5.2.0 for release --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 06127ff6..7bcbd2cb 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'com.comphenix.protocol' -version = '5.2.0-SNAPSHOT' +version = '5.2.0' description = 'Provides access to the Minecraft protocol' def isSnapshot = version.endsWith('-SNAPSHOT')