solution: release v0.8.0

This commit is contained in:
Igor Artamonov
2020-07-20 21:46:47 -04:00
parent 74312e1e3f
commit 4de5be0093

View File

@@ -35,7 +35,7 @@ group = 'io.emeraldpay.dshackle'
// Version schema: // Version schema:
// x.x.x for production, following SemVer model // x.x.x for production, following SemVer model
// x.x-SNAPSHOT for development // x.x-SNAPSHOT for development
version = '0.8-SNAPSHOT' version = '0.8.0'
targetCompatibility = '11' targetCompatibility = '11'
sourceCompatibility = '11' sourceCompatibility = '11'