From 2dd6967f99ac206338c02e5122bfc2072a53d811 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Wed, 13 Nov 2024 02:06:03 +0100 Subject: [PATCH] Bump version to 0.2.0 Signed-off-by: Christopher Arndt --- plugins/adt/PluginADT.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/adt/PluginADT.hpp b/plugins/adt/PluginADT.hpp index 96f3308..1d01b47 100644 --- a/plugins/adt/PluginADT.hpp +++ b/plugins/adt/PluginADT.hpp @@ -77,7 +77,7 @@ class PluginADT : public Plugin { } uint32_t getVersion() const noexcept override { - return d_version(0, 1, 0); + return d_version(0, 2, 0); } // Go to: