Skip to content

Commit

Permalink
Update version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Aug 14, 2024
1 parent b64aa99 commit 55fd80a
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 @@ -21,7 +21,7 @@ val supportedVersions =
allprojects {
group = "de.oliver"
val buildId = System.getenv("BUILD_ID")
version = "2.2.1-DEV" + (if (buildId != null) ".$buildId" else "")
version = "2.2.2" + (if (buildId != null) ".$buildId" else "")
description = "Simple, lightweight and fast NPC plugin using packets"

repositories {
Expand Down

0 comments on commit 55fd80a

Please sign in to comment.