solution: release v0.12.0

This commit is contained in:
Igor Artamonov
2022-03-17 21:17:53 -04:00
parent c10e871069
commit f467207114
4 changed files with 7 additions and 7 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.12.0-SNAPSHOT'
version = '0.12.0'
java {
sourceCompatibility = JavaVersion.VERSION_13