Files
sashimono/sashi-cli/version.hpp
2022-02-22 15:24:10 +05:30

9 lines
123 B
C++

#ifndef _CLI_VERSION_
#define _CLI_VERSION_
namespace version
{
constexpr const char *CLI_VERSION = "0.5.0";
}
#endif