mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 04:29:04 +03:00
10 lines
153 B
C++
10 lines
153 B
C++
#include "core/common/version.hpp"
|
|
|
|
namespace clrsync::core
|
|
{
|
|
const std::string version_string()
|
|
{
|
|
return GIT_SEMVER;
|
|
}
|
|
} // namespace clrsync::core
|