From 591402d1210ba4f382fb2aa9986270f82a0eab07 Mon Sep 17 00:00:00 2001 From: acetone Date: Mon, 3 Jan 2022 12:18:30 -0500 Subject: [PATCH] 2.1.0 --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 56c9414..4d4f0cb 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,7 @@ #include -const QString IRCABOT_VERSION {"2.0.2"}; -const QString COPYRIGHT_YEAR {"2021"}; +const QString IRCABOT_VERSION {"2.1.0"}; +const QString COPYRIGHT_YEAR {"2021-2022"}; #endif // VERSION_H