Version bump for release 0.1.0.
This commit is contained in:
parent
39d691c7ad
commit
fe81714798
@ -1,6 +1,6 @@
|
||||
# Change Log
|
||||
|
||||
## (unreleased)
|
||||
## 0.1.0 (2016-11-24)
|
||||
|
||||
Features:
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user