view include/core/version.h @ 196:f0ff06a45c42

date: use std::optional for values
author Paper <mrpapersonic@gmail.com>
date Thu, 07 Dec 2023 16:28:11 -0500
parents 649786bae914
children
line wrap: on
line source

#ifndef __core__version_h
#define __core__version_h

constexpr std::string_view MINORI_VERSION = "v0.1-alpha";

#endif // __core__version_h