Skip to content

Commit

Permalink
Set hardcoded version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KRIEI committed Nov 1, 2019
1 parent 9b622f0 commit a9ac1c2
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 @@ -29,7 +29,7 @@ int main(int argc, char const* const* argv)
"Command-line interface to the Core Simulation Environment",
"The Core Simulation Environment is free and open-source software for running distributed co-simulations.");
app.add_global_options(std::make_unique<logging_options>());
app.add_global_options(std::make_unique<version_option>("CSE CLI", "0.2.0"));
app.add_global_options(std::make_unique<version_option>("CSE CLI", "0.1.1"));
app.add_subcommand(std::make_unique<inspect_subcommand>());
app.add_subcommand(std::make_unique<run_subcommand>());
app.add_subcommand(std::make_unique<run_single_subcommand>());
Expand Down

0 comments on commit a9ac1c2

Please sign in to comment.