From 969876888c580b6b8baa76e139e303cbb548854b Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 13 Sep 2023 20:01:31 +0100 Subject: [PATCH] Set version to 0.21.0 --- src/version.cpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.cpp.in b/src/version.cpp.in index c8537dd..8972d6e 100644 --- a/src/version.cpp.in +++ b/src/version.cpp.in @@ -25,7 +25,7 @@ #include "version.h" namespace loot { -std::string GetValidatorVersion() { return "0.18.0"; } +std::string GetValidatorVersion() { return "0.21.0"; } std::string GetValidatorRevision() { return "@GIT_COMMIT_STRING@"; } }