#include /** * @brief Get the version object * * @return const char* */ const char* get_version(void) { return "0.0.0.2"; }