Skip to content

Commit

Permalink
bump latest geode ver for 39 (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton authored Nov 15, 2024
1 parent c01470a commit b1c8690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class ReleaseManager private constructor(

return when {
gameVersion >= 40L -> mapSelectedReleaseToTag()
gameVersion == 39L -> "v3.9.1"
gameVersion == 39L -> "v3.9.2"
gameVersion == 38L -> "v2.0.0-beta.27"
gameVersion == 37L -> "v2.0.0-beta.4"
else -> null
Expand Down

0 comments on commit b1c8690

Please sign in to comment.