1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-07 03:07:45 +00:00
sapphire/src/common/Version.cpp
2017-12-18 23:10:36 +01:00

10 lines
224 B
C++

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