diff --git a/pupgui2/constants.py b/pupgui2/constants.py
index 7851d7cd..6da09b32 100644
--- a/pupgui2/constants.py
+++ b/pupgui2/constants.py
@@ -15,7 +15,7 @@
PROTONUPQT_GITHUB_URL = 'https://github.com/DavidoTek/ProtonUp-Qt'
ABOUT_TEXT = '''\
{APP_NAME} v{APP_VERSION} by DavidoTek: https://github.com/DavidoTek/ProtonUp-Qt
-Copyright (C) 2021-2023 DavidoTek, licensed under GPLv3
+Copyright (C) 2021-2024 DavidoTek, licensed under GPLv3
'''.format(APP_NAME=APP_NAME, APP_VERSION=APP_VERSION, PROTONUPQT_GITHUB_URL=PROTONUPQT_GITHUB_URL)
BUILD_INFO = 'built from source'