release 0.30 (#193)

This commit is contained in:
a10zn8
2023-04-04 20:20:08 +04:00
committed by GitHub
parent 13efe73a22
commit 5aa324ec11

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