#ifndef VERSION_H
#define VERSION_H
#include <QString>
const QString IRCABOT_VERSION {"2.1.0"};
const QString COPYRIGHT_YEAR {"2021-2022"};
#endif // VERSION_H