solution: release v0.11

This commit is contained in:
Igor Artamonov
2021-11-25 19:10:11 -05:00
parent e1170dd055
commit 5ebd23a238
4 changed files with 15 additions and 9 deletions

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