Skip to content

Commit

Permalink
Bump minimumVersion to 10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Sep 23, 2024
1 parent b4004ad commit 2ff4676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class Jellyfin(
/**
* The minimum server version expected to work. Lower versions may work but are not supported.
*/
public val minimumVersion: ServerVersion = ServerVersion(10, 9, 0, 0)
public val minimumVersion: ServerVersion = ServerVersion(10, 10, 0, 0)

/**
* The exact server version used to generate the API. Should be equal or higher than [minimumVersion].
Expand Down

0 comments on commit 2ff4676

Please sign in to comment.