From a2ab9be39ab50480db2c8a264e98a7cfa39771ea Mon Sep 17 00:00:00 2001 From: ajreynol Date: Tue, 6 Aug 2024 12:33:47 -0500 Subject: [PATCH] Version manual update --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 1ff6ae2..8528a26 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -85,7 +85,7 @@ int main( int argc, char* argv[] ) else if (arg=="--show-config") { std::stringstream out; - out << "This is ethos version 0.0." << std::endl; + out << "This is ethos version 0.1." << std::endl; out << std::endl; size_t w = 15; out << std::setw(w) << "tracing : ";