build: start new dev cycle (2.7.1-SNAPSHOT)

This commit is contained in:
Connor Tumbleson 2022-11-24 11:07:51 -05:00
parent fedae0b6de
commit cca94b5d5a
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

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