diff --git a/CHANGELOG.md b/CHANGELOG.md index dea9a76..37fb87d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## (unreleased) +## 3.1.0 (2017-11-17) ### Changes diff --git a/app/include/plasp-app/Version.h b/app/include/plasp-app/Version.h index 24a9dec..9c558b4 100644 --- a/app/include/plasp-app/Version.h +++ b/app/include/plasp-app/Version.h @@ -9,6 +9,6 @@ // //////////////////////////////////////////////////////////////////////////////////////////////////// -static constexpr const auto Version = "plasp version 3.1.0-git"; +static constexpr const auto Version = "plasp version 3.1.0"; #endif