Skip to content

Commit

Permalink
honestly it was kinda funny
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Jul 8, 2024
1 parent d345f4c commit 7c21431
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class ReleaseManager private constructor(
return when {
gameVersion >= 39L -> mapSelectedReleaseToTag()
gameVersion == 38L -> "v2.0.0-beta.27"
gameVersion == 37L -> "v2.0.0-beta.5"
gameVersion == 37L -> "v2.0.0-beta.4"
else -> null
}
}
Expand Down

0 comments on commit 7c21431

Please sign in to comment.