From 349b1f38aa2f2ff173d7ebe9af95e919d1ddf50c Mon Sep 17 00:00:00 2001 From: Ash Logan Date: Tue, 28 May 2024 16:48:10 +1000 Subject: [PATCH] fix(main): Version v2.5.0 Updating the aroma APIs does not demand a major version bump imho Users are always expected to be on latest aroma anyway, v3 would be saved for like. Stroopwafel --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 445f095..417e9a3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -49,7 +49,7 @@ #include -#define INKAY_VERSION "v3.0" +#define INKAY_VERSION "v2.5.0" /** Mandatory plugin information.