2.0.2 release

master
const an teen 2021-12-25 03:41:07 -05:00
parent 100483a9a4
commit 138b5f35e1
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@
#include "global.h"
#include "version.h"
#include <QList>
#include <QThread>
#include <QCoreApplication>
#include <QDebug>

View File

@ -3,7 +3,7 @@
#include <QString>
const QString IRCABOT_VERSION {"2.0.1+"};
const QString IRCABOT_VERSION {"2.0.2"};
const QString COPYRIGHT_YEAR {"2021"};
#endif // VERSION_H