Files
pws2mqtt-qt/version.h
2025-10-12 12:37:56 +02:00

9 lines
109 B
C++

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