Skip to content

Commit

Permalink
Merge pull request #8 from ssjunnebo/master
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
ssjunnebo authored Nov 27, 2017
2 parents c711660 + 284b025 commit f334058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly-stats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ options:\n\
}
else if (strcmp(argv[ops.infileStartIndex], "-v") == 0)
{
cout << "Version: 1.0.0" << endl;
cout << "Version: 1.0.1" << endl;
exit(0);
}
else
Expand Down

0 comments on commit f334058

Please sign in to comment.