Files
pws2mqtt-qt/version.h
2025-09-28 20:14:10 +02:00

9 lines
108 B
C++

#ifndef VERSION_H
#define VERSION_H
#include <string>
std::string version = "1.0.1";
#endif // VERSION_H