Skip to content

Commit

Permalink
bump latest geode ver for 39
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton authored Nov 14, 2024
1 parent 98d3b76 commit c01470a
Showing 1 changed file with 2 additions and 2 deletions.
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.0"
gameVersion == 39L -> "v3.9.1"
gameVersion == 38L -> "v2.0.0-beta.27"
gameVersion == 37L -> "v2.0.0-beta.4"
else -> null
Expand Down Expand Up @@ -341,4 +341,4 @@ class ReleaseManager private constructor(

return _uiState.asStateFlow()
}
}
}

0 comments on commit c01470a

Please sign in to comment.