Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit cc52669

Browse files
Update version to 2.4.1
1 parent 8d6d606 commit cc52669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ val supportedVersions =
3636
allprojects {
3737
group = "de.oliver"
3838
val buildId = System.getenv("BUILD_ID")
39-
version = "2.4.0" + (if (buildId != null) ".$buildId" else "")
39+
version = "2.4.1" + (if (buildId != null) ".$buildId" else "")
4040
description = "Simple, lightweight and fast hologram plugin using display entities"
4141

4242
repositories {

0 commit comments

Comments
 (0)