solution: start v0.11

This commit is contained in:
Igor Artamonov
2021-09-07 21:42:22 -04:00
parent 407266c5a1
commit a7500fd13c

View File

@@ -35,7 +35,7 @@ group = 'io.emeraldpay.dshackle'
// Version schema:
// x.x.x for production, following SemVer model
// x.x-SNAPSHOT for development
version = '0.10.0'
version = '0.11.0-SNAPSHOT'
java {
sourceCompatibility = JavaVersion.VERSION_13