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