Bump version to 5.2.1

This commit is contained in:
Dan Mulloy 2024-04-27 21:55:52 -05:00
parent e1255edb32
commit d0c7382d7f
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'
version = '5.2.1-SNAPSHOT'
description = 'Provides access to the Minecraft protocol'
def isSnapshot = version.endsWith('-SNAPSHOT')