Version bump for release 0.1.0.

This commit is contained in:
Patrick Lühne 2016-11-24 23:52:15 +01:00
parent 39d691c7ad
commit fe81714798
No known key found for this signature in database
GPG Key ID: 05F3611E97A70ABF
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Change Log
## (unreleased)
## 0.1.0 (2016-11-24)
Features:

View File

@ -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;
}