diff --git a/build.gradle b/build.gradle index a93f9ef0..e9d958b1 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ group = 'io.emeraldpay.dshackle' // Version schema: // x.x.x for production, following SemVer model // x.x-SNAPSHOT for development -version = '0.8-SNAPSHOT' +version = '0.8.0' targetCompatibility = '11' sourceCompatibility = '11'