pws2mqtt-qt/version.h

9 lines
103 B
C
Raw Permalink Normal View History

2024-09-10 20:34:16 +02:00
#ifndef VERSION_H
#define VERSION_H
#include <QString>
QString version = "0.1";
#endif // VERSION_H