Update build.gradle

This commit is contained in:
Maksim
2023-02-14 12:34:16 +03:00
committed by GitHub
parent 959c5a75e8
commit cbb436f3f0

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.24.0-SNAPSHOT'
version = '0.25.0-SNAPSHOT'
java {
sourceCompatibility = JavaVersion.VERSION_17