mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
7 lines
80 B
C++
7 lines
80 B
C++
#pragma once
|
|
|
|
namespace crow
|
|
{
|
|
constexpr const char VERSION[] = "master";
|
|
}
|