logic: versioning
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef PRIVATE_KEY_H
|
||||
#define PRIVATE_KEY_H
|
||||
|
||||
// This File(PrivateKey.h) is generated with CMake
|
||||
|
||||
#include <string>
|
||||
|
||||
const std::string PRIVATE_KEY = "@KEY@";
|
||||
|
||||
#endif // PRIVATE_KEY_H
|
||||
Reference in New Issue
Block a user