Skip to content

Commit

Permalink
Update release date
Browse files Browse the repository at this point in the history
  • Loading branch information
felker committed Jun 14, 2024
1 parent 3691ec2 commit ec5ff3c
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 @@ -63,7 +63,7 @@
//! \brief Athena++ main program

int main(int argc, char *argv[]) {
std::string athena_version = "version 24.0 - April 2024";
std::string athena_version = "version 24.0 - June 2024";
char *input_filename = nullptr, *restart_filename = nullptr;
char *prundir = nullptr;
int res_flag = 0; // set to 1 if -r argument is on cmdline
Expand Down

0 comments on commit ec5ff3c

Please sign in to comment.