Skip to content

Commit

Permalink
Version bump for release 3.0.2 RC 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
pluehne committed Aug 14, 2016
1 parent 08113c9 commit 4a28827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/plasp-app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ int main(int argc, char **argv)

if (variablesMap.count("version"))
{
std::cout << "plasp version 3.0.1-git" << std::endl;
std::cout << "plasp version 3.0.2-rc.1" << std::endl;
return EXIT_SUCCESS;
}

Expand Down

0 comments on commit 4a28827

Please sign in to comment.