This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
repoviewer/crow/version.h
2026-01-21 04:06:54 +09:00

7 lines
80 B
C++

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