mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 16:57:47 +00:00
11 lines
224 B
C++
11 lines
224 B
C++
![]() |
#include "Version.h"
|
||
|
|
||
|
namespace Core {
|
||
|
namespace Version {
|
||
|
|
||
|
const std::string GIT_HASH = "1673292b62618715cecd0656402e934709779f0e";
|
||
|
const std::string VERSION = "-128-NOTFOUND";
|
||
|
|
||
|
} /* Version */
|
||
|
} /* Core */
|