version bump

This commit is contained in:
rexy712 2019-05-18 08:02:00 -07:00
parent b49c9bd0bb
commit af6734f8ef

View File

@ -34,7 +34,7 @@
#include <chrono> //std::chrono::*
#include <cstdlib> //srand
constexpr const char version_string[] = "roflcat version 1.0";
constexpr const char version_string[] = "roflcat version 1.0.4";
static constexpr size_t constexpr_strlen(const char* str){
size_t i = 0;