diff --git a/build.gradle.kts b/build.gradle.kts index 87160bd..a548600 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.3.0-SNAPSHOT" +version = "0.3.0" description = "Xenos Client (Kotlin/Java)" // hook the plugins for the builds