#ifndef YERBACON_HPP #define YERBACON_HPP namespace Yerbacon { consteval const char* getVersion() noexcept { return YBCON_VERSION; } } #endif