1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 00:47:45 +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 23:10:36 +01:00
const std::string GIT_HASH = "4606e83d151f02fa17e98e832c01b3680987b5f5";
const std::string VERSION = "-128-NOTFOUND";
} /* Version */
} /* Core */