From c5542c98f8406050473f06cd387d20660b7fe695 Mon Sep 17 00:00:00 2001 From: Bram Date: Wed, 22 Jan 2025 10:04:09 +0100 Subject: [PATCH] Changed: Version from 2.3.1 -> 2.3.2-SNAPSHOT --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5f7aecf..af477bc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,8 +9,8 @@ plugins { group = "com.deathmotion.antihealthindicator" description = "A plugin that prevents hackers and modders from seeing the health of other players." -val fullVersion = "2.3.1" -val snapshot = false +val fullVersion = "2.3.2" +val snapshot = true fun getVersionMeta(includeHash: Boolean): String { if (!snapshot) {