Skip to content

Commit

Permalink
Bump minimal client version to 4.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Nov 18, 2024
1 parent 4ff0cbb commit 50fb73c
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.23.3".toConstraint()
val SUPPORTED_CLIENT_VERSIONS = "^4.25.0".toConstraint()

0 comments on commit 50fb73c

Please sign in to comment.