mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 12:37:41 +03:00
chore: minor adjustments
This commit is contained in:
9
src/core/common/version.cpp
Normal file
9
src/core/common/version.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "core/common/version.hpp"
|
||||
|
||||
namespace clrsync::core
|
||||
{
|
||||
const std::string version_string()
|
||||
{
|
||||
return GIT_SEMVER;
|
||||
}
|
||||
} // namespace clrsync::core
|
||||
Reference in New Issue
Block a user