From 6142f19edd1e600efb56f77445ba847b212484b6 Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Fri, 28 Jun 2024 15:01:24 +0200 Subject: [PATCH] Release v0.8.5 --- src/tools/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()