From f1e5fadfd8bce7d80dc8d9f2d130eb84670528e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Dean=20K=C3=BCpper?= Date: Fri, 15 Mar 2024 20:04:21 +0100 Subject: [PATCH] bump version for next release --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 995974f..87160bd 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.2.0" +version = "0.3.0-SNAPSHOT" description = "Xenos Client (Kotlin/Java)" // hook the plugins for the builds