diff --git a/CHANGELOG.md b/CHANGELOG.md index 273d1b7..5f6ab36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## (unreleased) + ## 3.1.1 (2017-11-25) ### Bug Fixes diff --git a/app/include/plasp-app/Version.h b/app/include/plasp-app/Version.h index e7a06b8..b978ae1 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.1"; +static constexpr const auto Version = "plasp version 3.1.1-git"; #endif