Skip to content

Commit

Permalink
updated release version insimulation header
Browse files Browse the repository at this point in the history
  • Loading branch information
jengstud committed May 18, 2021
1 parent 177c354 commit e2b939e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions @Simulation/Simulation.m
Original file line number Diff line number Diff line change
Expand Up @@ -813,8 +813,8 @@ function debugDisp(this, message)

methods (Static)
function printHeader()
version = '1.0';
releaseDate = '2021-01-31';
version = '1.0.2';
releaseDate = '2021-05-18';
message = [
"-------------------------------------------------------------";
"PARODIS - Pareto Optimal MPC for Distributed Systems";
Expand All @@ -838,4 +838,4 @@ function printHeader()
end
end

end
end

0 comments on commit e2b939e

Please sign in to comment.