Update build.gradle

This commit is contained in:
Maksim
2022-12-12 18:32:06 +03:00
committed by GitHub
parent e287d59c9f
commit 1d1c7ce9d9

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.18.0-SNAPSHOT'
version = '0.19.0-SNAPSHOT'
java {
sourceCompatibility = JavaVersion.VERSION_13