Bump version to 5.2.0-SNAPSHOT

This commit is contained in:
Dan Mulloy 2023-12-09 16:09:29 -06:00
parent 8ba1dc1284
commit 0eca2eebd2
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.1.1-SNAPSHOT'
version = '5.2.0-SNAPSHOT'
description = 'Provides access to the Minecraft protocol'
def isSnapshot = version.endsWith('-SNAPSHOT')