1
mirror of https://github.com/thepeacockproject/Peacock synced 2025-02-23 03:35:25 +01:00

Bump server version

(cherry picked from commit fa5827e995d4343e0fb996ba51b9622f270c8486)
This commit is contained in:
AnthonyFuller 2023-01-26 14:54:09 +00:00
parent ce94bb0db0
commit 71ce9f0f87
3 changed files with 4 additions and 4 deletions

@ -337,7 +337,7 @@ app.use(
break
case "fghi4567xQOCheZIin0pazB47qGUvZw4":
case STEAM_NAMESPACE_2021:
req.serverVersion = "8-10"
req.serverVersion = "8-11"
break
default:
res.status(400).json({ message: "no game data" })
@ -447,7 +447,7 @@ app.use(
}
if (
["6-74", "7-3", "7-17", "8-10"].includes(
["6-74", "7-3", "7-17", "8-11"].includes(
<string>req.serverVersion,
)
) {

@ -33,7 +33,7 @@ import { SyncBailHook, SyncHook } from "../hooksImpl"
const menuSystemPreRouter = Router()
const menuSystemRouter = Router()
// /resources-8-10/
// /resources-8-11/
/**
* A class for managing the menu system's fetched JSON data.

@ -2,7 +2,7 @@
"Versions": [
{
"Name": "pc-prod",
"GAME_VER": "8.10.0",
"GAME_VER": "8.11.0",
"SERVER_VER": {
"Metrics": {
"MetricsServerHost": "http://localhost",