build: start new dev cycle (2.8.2-SNAPSHOT)

This commit is contained in:
Connor Tumbleson 2023-07-22 13:38:00 -04:00
parent 4f3cee1157
commit fbae38690a
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

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