Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Version bump for release 0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
pluehne committed Mar 30, 2017
1 parent 284b0fc commit b59dca5
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)
## 0.1.3 (2017-03-30)

Features:

Expand Down
2 changes: 1 addition & 1 deletion app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int main(int argc, char **argv)

if (variablesMap.count("version"))
{
std::cout << "anthem version 0.1.3-git" << std::endl;
std::cout << "anthem version 0.1.3" << std::endl;
return EXIT_SUCCESS;
}

Expand Down

0 comments on commit b59dca5

Please sign in to comment.