diff --git a/src/plugins/krowlog/aboutdialog.py b/src/plugins/krowlog/aboutdialog.py
index 0eb6dc8..b628adb 100644
--- a/src/plugins/krowlog/aboutdialog.py
+++ b/src/plugins/krowlog/aboutdialog.py
@@ -63,7 +63,7 @@ class AboutDialog(QDialog):
result.layout = QVBoxLayout(result)
label = Label("{0}
{1}
{2}".format(
_("KrowLog is a viewer for log files of arbitrary size."),
- _("(c) 2022-2024 Andreas Huber"),
+ _("(c) 2022-2025 Andreas Huber"),
_("License: LGPL v3")
))
result.layout.addWidget(label)