diff --git a/build.gradle b/build.gradle index eae28c92e..4898d1837 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.2' +version = '0.8.3' targetCompatibility = '11' sourceCompatibility = '11'