Update version to 5.1.0 for release

This commit is contained in:
Dan Mulloy 2023-08-05 11:31:59 -05:00
parent 02e917cd08
commit 26b0601f74
No known key found for this signature in database
GPG Key ID: E3B02DE32FB04AC1
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -181,3 +181,4 @@ logs/
build/
logs/
.java-version
gradle.properties

View File

@ -5,7 +5,7 @@ plugins {
}
group = 'com.comphenix.protocol'
version = '5.1.0-SNAPSHOT'
version = '5.1.0'
description = 'Provides access to the Minecraft protocol'
def isSnapshot = version.endsWith('-SNAPSHOT')