1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-30 16:17:46 +00:00
sapphire/src/common/Version.cpp
2017-12-19 09:27:22 +01:00

10 lines
224 B
C++

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