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

Commit a7a7cec

Browse files
Revert version back to 2.3.3
1 parent 4540044 commit a7a7cec

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
@@ -35,7 +35,7 @@ val supportedVersions =
3535
allprojects {
3636
group = "de.oliver"
3737
val buildId = System.getenv("BUILD_ID")
38-
version = "2.4.0-SNAPSHOT-1" + (if (buildId != null) ".$buildId" else "")
38+
version = "2.3.3" + (if (buildId != null) ".$buildId" else "")
3939
description = "Simple, lightweight and fast hologram plugin using display entities"
4040

4141
repositories {

0 commit comments

Comments
 (0)