From 466118ab7ef85ca0a8ae35890b4a637f8d7c36be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Dean=20K=C3=BCpper?= Date: Fri, 22 Mar 2024 14:27:37 +0100 Subject: [PATCH] bump version for release --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8832024..5dd2cbf 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.4.0-SNAPSHOT" +version = "0.4.0" description = "Xenos Client (Kotlin/Java)" // hook the plugins for the builds