release 0.29 (#171)

This commit is contained in:
a10zn8
2023-03-17 19:14:59 +03:00
committed by GitHub
parent 153e5115ff
commit 064a3e40c6

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