From 8ca3e397943bda7b5115ca53613d5cc26d7e3564 Mon Sep 17 00:00:00 2001 From: Cubxity <cubxity@protonmail.com> Date: Wed, 6 Oct 2021 13:02:17 +0200 Subject: [PATCH] build: bump version to 0.3.3-SNAPSHOT --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7dbf4bb..7d2a90a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ plugins { allprojects { group = "dev.cubxity.plugins" description = "Fully featured metrics collector agent for Minecraft servers." - version = "0.3.2" + version = "0.3.3-SNAPSHOT" repositories { mavenCentral() -- GitLab