Skip to content

Commit

Permalink
Version manual update
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Aug 6, 2024
1 parent 96002b8 commit a2ab9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 : ";
Expand Down

0 comments on commit a2ab9be

Please sign in to comment.