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

Commit 949249f

Browse files
Update version to 2.3.1
1 parent afa96da commit 949249f

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
@@ -19,7 +19,7 @@ runPaper.folia.registerTask()
1919
allprojects {
2020
group = "de.oliver"
2121
val buildId = System.getenv("BUILD_ID")
22-
version = "2.3.0" + (if (buildId != null) ".$buildId" else "")
22+
version = "2.3.1" + (if (buildId != null) ".$buildId" else "")
2323
description = "Simple, lightweight and fast hologram plugin using display entities"
2424

2525
repositories {

0 commit comments

Comments
 (0)