fix config version variable and set release version

This commit is contained in:
PiggyPiglet
2023-10-28 21:49:39 +08:00
parent c7a4900aa3
commit b64f024eb2
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ plugins {
}
group = "me.clip"
version = "2.11.5-DEV-${System.getProperty("BUILD_NUMBER")}"
version = "2.11.5"
description = "An awesome placeholder provider!"