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.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pluehne committed Nov 24, 2016
1 parent 39d691c commit fe81714
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.0 (2016-11-24)

Features:

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

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

Expand Down

0 comments on commit fe81714

Please sign in to comment.