Skip to content

Commit

Permalink
Version bump for release 3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
pluehne committed Jun 14, 2016
1 parent d3039d5 commit 9af383d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## (unreleased)
## 3.0.1 (2016-06-14)

Features:

Expand Down
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.0" << std::endl;
std::cout << "plasp version 3.0.1" << std::endl;
return EXIT_SUCCESS;
}

Expand Down

0 comments on commit 9af383d

Please sign in to comment.