Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotra committed Jul 10, 2020
1 parent fae7114 commit c7c8258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ char benchmark_file[64] = "benchmark.json";

void print_version_and_exit()
{
printf("algoticks v1.1\n");
printf("algoticks v1.2\n");
exit(0);
}

Expand Down

0 comments on commit c7c8258

Please sign in to comment.