Skip to content

Commit

Permalink
Update version to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Mar 3, 2024
1 parent 17672c2 commit 2a0b7c1
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 @@ -14,7 +14,7 @@ runPaper.folia.registerTask()
allprojects {
group = "de.oliver"
val buildId = System.getenv("BUILD_ID")
version = "2.0.5" + (if (buildId != null) ".$buildId" else "")
version = "2.0.6" + (if (buildId != null) ".$buildId" else "")
description = "Simple, lightweight and fast hologram plugin using display entities"


Expand Down

0 comments on commit 2a0b7c1

Please sign in to comment.