Skip to content

Commit

Permalink
Update version to 5.1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulloy2 committed Aug 5, 2023
1 parent 02e917c commit 26b0601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,4 @@ logs/
build/
logs/
.java-version
gradle.properties
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 26b0601

Please sign in to comment.