diff --git a/build.gradle.kts b/build.gradle.kts index 74184c25..8fce45e2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ val supportedVersions = allprojects { group = "de.oliver" val buildId = System.getenv("BUILD_ID") - version = "2.3.3" + (if (buildId != null) ".$buildId" else "") + version = "2.4.0" + (if (buildId != null) ".$buildId" else "") description = "Simple, lightweight and fast hologram plugin using display entities" repositories {