diff --git a/build.gradle.kts b/build.gradle.kts index 057f3f8..a122155 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ import org.jlleitschuh.gradle.ktlint.reporter.ReporterType // define the gav coordinates of this project group = "net.scrayos" -version = "0.8.0-SNAPSHOT" +version = "0.8.0" description = "Xenos Client (Kotlin/Java)" // hook the plugins for the builds