Crow/include/crow/version.h

7 lines
80 B
C++

#pragma once
namespace crow
{
constexpr const char VERSION[] = "master";
}