From add1d2c2e2dbbef6e67eb4831125474bcc3d538f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B3pez=20Guimaraes?= Date: Sat, 15 Feb 2025 21:09:10 +0000 Subject: [PATCH] chore: Bump to version 3.0.0 --- plugin/src/main.cpp | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/src/main.cpp b/plugin/src/main.cpp index 73968ea..e95eaac 100644 --- a/plugin/src/main.cpp +++ b/plugin/src/main.cpp @@ -23,7 +23,7 @@ #include "config.h" #include "module.h" -#define INKAY_VERSION "v2.6.0" +#define INKAY_VERSION "v3.0.0" /** Mandatory plugin information. diff --git a/src/main.cpp b/src/main.cpp index 7e6d196..4930ac0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,7 +39,7 @@ #include "ca_pem.h" -#define INKAY_VERSION "v2.6.0" +#define INKAY_VERSION "v3.0.0" /** Mandatory plugin information.