Skip to content

Commit

Permalink
Changed: Version from 2.3.1 -> 2.3.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram1903 committed Jan 22, 2025
1 parent d7d3d25 commit c5542c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c5542c9

Please sign in to comment.