#ifndef __core__version_h
#define __core__version_h

constexpr std::string_view MINORI_VERSION = "v0.1-alpha";

#endif // __core__version_h
