diff --git a/build.gradle b/build.gradle index 6413f595..09e90b5c 100644 --- a/build.gradle +++ b/build.gradle @@ -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'