Skip to content

Commit

Permalink
Bump minimal protocol version to 4.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Jan 19, 2025
1 parent f74d26e commit 9922d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/wotw/server/constants/Compatibility.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package wotw.server.constants

import io.github.z4kn4fein.semver.constraints.toConstraint

val SUPPORTED_CLIENT_VERSIONS = "^4.26.2".toConstraint()
val SUPPORTED_CLIENT_VERSIONS = "^4.27.1".toConstraint()

0 comments on commit 9922d62

Please sign in to comment.