version.h 158 B

12345678910
  1. #ifndef VERSION_H
  2. #define VERSION_H
  3. #include <QString>
  4. const QString IRCABOT_VERSION {"2.0.2"};
  5. const QString COPYRIGHT_YEAR {"2021"};
  6. #endif // VERSION_H