Skip to content

Commit

Permalink
Set minimal protocol version to 4.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Jul 16, 2024
1 parent 48273ca commit 41ae6e1
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.20.0".toConstraint()
val SUPPORTED_CLIENT_VERSIONS = "^4.22.0".toConstraint()

0 comments on commit 41ae6e1

Please sign in to comment.