solution: start v0.10

This commit is contained in:
Igor Artamonov
2020-12-01 17:44:58 -05:00
parent 74faebb9b3
commit 2518c2860d

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.9.0'
version = '0.10.0-SNAPSHOT'
java {
sourceCompatibility = JavaVersion.VERSION_11