diff --git a/src/tools/version.hpp b/src/tools/version.hpp index b2823a6..27a1979 100644 --- a/src/tools/version.hpp +++ b/src/tools/version.hpp @@ -33,7 +33,7 @@ inline std::string gappa_version() { // Do not change manually. Automatically updated by the tools/deploy/release.sh script. - return "v0.8.4"; // #GAPPA_VERSION# + return "v0.8.5"; // #GAPPA_VERSION# } inline std::string gappa_header()