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) {