solution: start v0.8

This commit is contained in:
Igor Artamonov
2020-05-27 19:11:41 -04:00
parent e26b92b51b
commit 03b6d6472c

View File

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