Skip to content

Commit

Permalink
:
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Jul 23, 2024
1 parent 982bced commit d88ce16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libs/antares/study/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ constexpr auto supportedVersions = std::to_array({
StudyVersion(8, 8),
StudyVersion(9, 0),
StudyVersion(9, 1),
StudyVersion(9, 2)
StudyVersion(9, 2),
StudyVersion(99, 99)
// Add new versions here
});

Expand Down

0 comments on commit d88ce16

Please sign in to comment.