solution: start v0.12

This commit is contained in:
Igor Artamonov
2021-11-26 21:23:14 -05:00
parent 5ebd23a238
commit 8f423d99d2

View File

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