Compare commits

...

2 Commits

Author SHA1 Message Date
quang 72eed0c48e
Merge 034f753b9c into 6f057b361b 2024-04-07 10:13:13 -05:00
Dan Mulloy 6f057b361b
Bump version to 5.2.0 for release 2024-04-07 10:04:32 -05:00
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')