build: rename 2.7.1 to 2.8.0

This commit is contained in:
Connor Tumbleson 2023-07-16 09:55:07 -04:00
parent fa4b7b2eb3
commit 5dd8c9fa52
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -45,7 +45,7 @@ buildscript {
apply from: 'gradle/functions.gradle'
version = '2.7.1'
version = '2.8.0'
def suffix = 'SNAPSHOT'
defaultTasks 'build', 'shadowJar', 'proguard'