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

Commit 2a0b7c1

Browse files
Update version to 2.0.6
1 parent 17672c2 commit 2a0b7c1

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
@@ -14,7 +14,7 @@ runPaper.folia.registerTask()
1414
allprojects {
1515
group = "de.oliver"
1616
val buildId = System.getenv("BUILD_ID")
17-
version = "2.0.5" + (if (buildId != null) ".$buildId" else "")
17+
version = "2.0.6" + (if (buildId != null) ".$buildId" else "")
1818
description = "Simple, lightweight and fast hologram plugin using display entities"
1919

2020

0 commit comments

Comments
 (0)