From 26ad5882f07c51f194b2441e089235523b916b59 Mon Sep 17 00:00:00 2001 From: "(Jip) Willem Wijnia" Date: Sun, 17 Mar 2024 23:05:01 +0100 Subject: [PATCH] Fix the date in the changelog --- changelog/3803.md | 2 +- lua/ui/lobby/changelogData.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/3803.md b/changelog/3803.md index f38682aef7..0a0212ec9f 100644 --- a/changelog/3803.md +++ b/changelog/3803.md @@ -1,4 +1,4 @@ -# Game Version 3803 (17th of March, 2023) +# Game Version 3803 (17th of March, 2024) Various small fixes for bugs that were reported by players. diff --git a/lua/ui/lobby/changelogData.lua b/lua/ui/lobby/changelogData.lua index 55ca886043..3b1595e5f2 100644 --- a/lua/ui/lobby/changelogData.lua +++ b/lua/ui/lobby/changelogData.lua @@ -8,7 +8,7 @@ gamePatches = { name = "Hotfix", hasPrettyGithubRelease = true, description = { - "# Game Version 3803 (17th of March, 2023)", + "# Game Version 3803 (17th of March, 2024)", "", "Various small fixes for bugs that were reported by players.", "",