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.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
pluehne committed Apr 11, 2017
1 parent 799e771 commit 9a81e12
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.4 (2017-04-12)

Features:

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

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

Expand Down

0 comments on commit 9a81e12

Please sign in to comment.