diff options
-rw-r--r-- | src/version.hpp.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.hpp.in b/src/version.hpp.in index c9ea040..de1b4e6 100644 --- a/src/version.hpp.in +++ b/src/version.hpp.in @@ -8,7 +8,7 @@ namespace mastodonpp using std::string_view; -static constexpr string_view version = "@PROJECT_VERSION@"; +static constexpr string_view version{"@PROJECT_VERSION@"}; } // namespace mastodonpp |