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

11 lines
224 B
C++
Raw Normal View History

#include "Version.h"
namespace Core {
namespace Version {
2017-12-18 14:45:15 +01:00
const std::string GIT_HASH = "32d886675c6f621494001715e6cf9c99217e1b48";
const std::string VERSION = "-128-NOTFOUND";
} /* Version */
} /* Core */