mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 16:17:46 +00:00
10 lines
224 B
C++
10 lines
224 B
C++
#include "Version.h"
|
|
|
|
namespace Core {
|
|
namespace Version {
|
|
|
|
const std::string GIT_HASH = "232d9cd1addda0a363375b86054cc479fc69b2ef";
|
|
const std::string VERSION = "-128-NOTFOUND";
|
|
|
|
} /* Version */
|
|
} /* Core */
|