build: start new dev cycle (2.6.2-SNAPSHOT)

This commit is contained in:
Connor Tumbleson 2022-02-26 12:49:33 -05:00
parent 8f0e461473
commit af0da2c671
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.6.1'
def suffix = ''
version = '2.6.2'
def suffix = 'SNAPSHOT'
defaultTasks 'build', 'shadowJar', 'proguard'