build: rename 2.6.2 to 2.7.0

This commit is contained in:
Connor Tumbleson 2022-11-24 07:16:21 -05:00
parent 687d201285
commit 32043a2d6e
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

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