diff --git a/build.gradle.kts b/build.gradle.kts index df397586..c7de6835 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ val supportedVersions = allprojects { group = "de.oliver" val buildId = System.getenv("BUILD_ID") - version = "2.2.2" + (if (buildId != null) ".$buildId" else "") + version = "2.3.0" + (if (buildId != null) ".$buildId" else "") description = "Simple, lightweight and fast NPC plugin using packets" repositories {