mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
9 lines
123 B
C++
9 lines
123 B
C++
#ifndef _CLI_VERSION_
|
|
#define _CLI_VERSION_
|
|
|
|
namespace version
|
|
{
|
|
constexpr const char *CLI_VERSION = "0.5.0";
|
|
}
|
|
|
|
#endif |