build: rename 2.5.1 to 2.6.0 (2.6.0-SNAPSHOT)

This commit is contained in:
Connor Tumbleson 2021-08-30 21:38:45 -04:00
parent 99166e3609
commit 5eed288375
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

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