Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lyon authored Nov 23, 2021
1 parent 84fde62 commit ad67241
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 @@ -18,7 +18,7 @@ bool file_exists(const std::string &name) {
}

int main(int argc, char **argv) {
static std::string VERSION = "v1.2.0";
static std::string VERSION = "v1.2.1";
static std::string PROGRAM_NAME = "varGWAS";
spdlog::cfg::load_env_levels();
static bool no_args = (argc == 1);
Expand Down

0 comments on commit ad67241

Please sign in to comment.