Bump version to 5.2.0 for release

This commit is contained in:
Dan Mulloy 2024-04-07 10:04:32 -05:00
parent 80aa420099
commit 6f057b361b
No known key found for this signature in database
GPG Key ID: 3C5AD5D866D1539A
1 changed files with 1 additions and 1 deletions

View File

@ -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')