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

Commit 75b7766

Browse files
Update version to 2.3.2
1 parent 3ffac16 commit 75b7766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ val supportedVersions =
2222
allprojects {
2323
group = "de.oliver"
2424
val buildId = System.getenv("BUILD_ID")
25-
version = "2.3.1-DEV" + (if (buildId != null) ".$buildId" else "")
25+
version = "2.3.2" + (if (buildId != null) ".$buildId" else "")
2626
description = "Simple, lightweight and fast hologram plugin using display entities"
2727

2828
repositories {

0 commit comments

Comments
 (0)