build: start new dev cycle (2.6.1-SNAPSHOT)

This commit is contained in:
Connor Tumbleson 2021-09-02 07:03:10 -04:00
parent c8f8db72c5
commit b6c3e1daf4
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

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