solution: start v0.9

This commit is contained in:
Igor Artamonov
2020-08-08 15:34:08 -04:00
parent 4de5be0093
commit a41908031a

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.0' version = '0.9.0-SNAPSHOT'
targetCompatibility = '11' targetCompatibility = '11'
sourceCompatibility = '11' sourceCompatibility = '11'