1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 00:27:44 +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 = "232d9cd1addda0a363375b86054cc479fc69b2ef";
const std::string VERSION = "-128-NOTFOUND";
} /* Version */
} /* Core */