Skip to content

Commit

Permalink
Update version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Nov 2, 2024
1 parent a7a7cec commit 961c735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 961c735

Please sign in to comment.