solution: release v0.10.0

This commit is contained in:
Igor Artamonov
2021-09-06 18:18:50 -04:00
parent f6134ed470
commit 407266c5a1

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