mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-07 03:07:45 +00:00
10 lines
224 B
C++
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 */
|