diff --git a/CHANGELOG.md b/CHANGELOG.md index eb00966..d23cf99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## (unreleased) +## 3.0.3 (2016-09-02) Bug Fixes: diff --git a/apps/plasp-app/main.cpp b/apps/plasp-app/main.cpp index b06d4f8..61f28cd 100644 --- a/apps/plasp-app/main.cpp +++ b/apps/plasp-app/main.cpp @@ -66,7 +66,7 @@ int main(int argc, char **argv) if (variablesMap.count("version")) { - std::cout << "plasp version 3.0.2-git" << std::endl; + std::cout << "plasp version 3.0.3" << std::endl; return EXIT_SUCCESS; }