Skip to content

Commit

Permalink
Bump minimal client version to 4.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Sep 30, 2024
1 parent 8bc2b1b commit 4ff0cbb
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.22.0".toConstraint()
val SUPPORTED_CLIENT_VERSIONS = "^4.23.3".toConstraint()

0 comments on commit 4ff0cbb

Please sign in to comment.