Update build.gradle

This commit is contained in:
Maksim
2023-03-01 13:45:06 +03:00
committed by GitHub
parent 03cbf25d87
commit 9ac79cab9a

View File

@@ -36,7 +36,7 @@ group = 'io.emeraldpay.dshackle'
// Version schema:
// x.x.x for production, following SemVer model
// x.x.x-SNAPSHOT for development
version = '0.26.0-SNAPSHOT'
version = '0.27.0-SNAPSHOT'
java {
sourceCompatibility = JavaVersion.VERSION_17