diff --git a/build.gradle.kts b/build.gradle.kts index d04b5cf9..88b27b3a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,7 +52,7 @@ dependencies { group = "com.deathmotion.totemguard" description = "TotemGuard" val fullVersion = "1.2.0" -val snapshot = true +val snapshot = false fun getVersionMeta(includeHash: Boolean): String { if (!snapshot) {