BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Version.h
1 #pragma once
2 
3 #include <string>
4 
5 namespace BeeeOn {
6 
7 std::string gitVersion();
8 
9 }