1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 16:57:47 +00:00
sapphire/src/common/Version.cpp

11 lines
224 B
C++
Raw Normal View History

#include "Version.h"
namespace Core {
namespace Version {
const std::string GIT_HASH = "1673292b62618715cecd0656402e934709779f0e";
const std::string VERSION = "-128-NOTFOUND";
} /* Version */
} /* Core */